diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-15 09:51:36 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-15 09:57:37 -0400 |
commit | 05b591cd95f3fd62e84b33eb56d25f197b17a96c (patch) | |
tree | 57635b441bb8b2a208a359126c5dc9b8df7abfa6 /maps/CeladonGameCorner.asm | |
parent | 82c33aacb036428bf9861e7f97914c7bb675fa07 (diff) |
Remove remaining legacy macros from current code.
Diffstat (limited to 'maps/CeladonGameCorner.asm')
-rw-r--r-- | maps/CeladonGameCorner.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/CeladonGameCorner.asm b/maps/CeladonGameCorner.asm index 0473916f..b2d1f3be 100644 --- a/maps/CeladonGameCorner.asm +++ b/maps/CeladonGameCorner.asm @@ -58,7 +58,7 @@ CeladonGameCornerFisherScript: iffalse .NoCoinCase checkcoins MAX_COINS - 1 ifequal HAVE_MORE, .FullCoinCase - stringtotext .coinname, STRING_BUFFER_4 + getstring STRING_BUFFER_4, .coinname scall .GiveCoins givecoins 18 setevent EVENT_GOT_COINS_FROM_GAMBLER_AT_CELADON @@ -112,14 +112,14 @@ CeladonGameCornerLuckySlotMachineScript: random 6 ifequal 0, CeladonGameCornerSlotMachineScript refreshscreen - writebyte FALSE + setval FALSE special SlotMachine closetext end CeladonGameCornerSlotMachineScript: refreshscreen - writebyte TRUE + setval TRUE special SlotMachine closetext end |