You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Rename the concept of Money to Coins (#7)
This commit is contained in:
@@ -20,8 +20,8 @@ EngineFlags:
|
||||
engine_flag wDayCareMan, DAYCAREMAN_HAS_MON_F
|
||||
engine_flag wDayCareLady, DAYCARELADY_HAS_MON_F
|
||||
|
||||
engine_flag wMomSavingMoney, MOM_SAVING_SOME_MONEY_F
|
||||
engine_flag wMomSavingMoney, MOM_ACTIVE_F
|
||||
engine_flag wMomSavingCoins, MOM_SAVING_SOME_COINS_F
|
||||
engine_flag wMomSavingCoins, MOM_ACTIVE_F
|
||||
|
||||
engine_flag wStatusFlags, STATUSFLAGS_POKEDEX_F
|
||||
engine_flag wStatusFlags, STATUSFLAGS_UNOWN_DEX_F
|
||||
|
@@ -85,8 +85,8 @@ SpecialsPointers::
|
||||
add_special BillsGrandfather
|
||||
add_special CheckPokerus
|
||||
add_special DisplayChipCaseBalance
|
||||
add_special DisplayMoneyAndChipBalance
|
||||
add_special PlaceMoneyTopRight
|
||||
add_special DisplayCoinsAndChipBalance
|
||||
add_special PlaceCoinsTopRight
|
||||
add_special CheckForLuckyNumberWinners
|
||||
add_special CheckLuckyNumberShowFlag
|
||||
add_special ResetLuckyNumberShowFlag
|
||||
|
Reference in New Issue
Block a user