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/VioletGym.asm | |
parent | 82c33aacb036428bf9861e7f97914c7bb675fa07 (diff) |
Remove remaining legacy macros from current code.
Diffstat (limited to 'maps/VioletGym.asm')
-rw-r--r-- | maps/VioletGym.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/VioletGym.asm b/maps/VioletGym.asm index 18f0dca3..49b41789 100644 --- a/maps/VioletGym.asm +++ b/maps/VioletGym.asm @@ -27,7 +27,7 @@ VioletGymFalknerScript: playsound SFX_GET_BADGE waitsfx setflag ENGINE_ZEPHYRBADGE - checkcode VAR_BADGES + readvar VAR_BADGES scall VioletGymActivateRockets .FightDone: checkevent EVENT_GOT_TM31_MUD_SLAP @@ -107,7 +107,7 @@ VioletGymStatue: iftrue .Beaten jumpstd gymstatue1 .Beaten: - trainertotext FALKNER, FALKNER1, STRING_BUFFER_4 + gettrainername STRING_BUFFER_4, FALKNER, FALKNER1 jumpstd gymstatue2 FalknerIntroText: |