Completely match m430Dll (#519)

This commit is contained in:
dbalatoni13 2025-01-11 00:44:35 +01:00 committed by GitHub
parent d6f065e127
commit 40da624fe7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 2430 additions and 3 deletions

View file

@ -362,6 +362,6 @@ static inline void GWPlayerCoinWinSet(s32 player, s16 value)
}
#define GWPlayerCoinWinAdd(player, value) GWPlayerCoinWinSet((player), GWPlayerCoinWinGet((player))+(value))
#define GWPlayerCoinCollectAdd(player, value) GWPlayerCoinCollectSet((player), GWPlayerCoinCollectGet((player))+(value))
#define GWPlayerCoinCollectAdd(player, value) GWPlayerCoinCollectSet((player), (s32)GWPlayerCoinCollectGet((player))+(value))
#endif