From eb4bdaa9d7e571ca9e1619fca27021724d9eaa37 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 7 Nov 2019 12:01:21 -0500 Subject: hidemoneybox buries dummy args now --- data/event_scripts.s | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'data/event_scripts.s') diff --git a/data/event_scripts.s b/data/event_scripts.s index af9eff3e6..865bc7114 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -7923,23 +7923,17 @@ EventScript_1B2907:: @ 81B2907 special Special_UpdateTrainerCardPhotoIcons msgbox gUnknown_81B1E7D hidemoneybox - nop - nop releaseall end EventScript_1B2926:: @ 81B2926 hidemoneybox - nop - nop releaseall end EventScript_1B292B:: @ 81B292B msgbox gUnknown_81B1E07 hidemoneybox - nop - nop releaseall end @@ -11488,8 +11482,6 @@ EventScript_1BF3DD:: @ 81BF3DD msgbox Text_19DDBE fadescreen 1 hidemoneybox - nop - nop special ChooseSendDaycareMon waitstate showmoneybox 0, 0, 0 @@ -11584,8 +11576,6 @@ EventScript_1BF533:: @ 81BF533 EventScript_1BF541:: @ 81BF541 hidemoneybox - nop - nop release end -- cgit v1.2.3 From 6a33add748ae7a7c0970fa190e8d381e3b32c287 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 7 Nov 2019 14:37:46 -0500 Subject: hidemoneybox backwards compat with ruby --- data/event_scripts.s | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'data/event_scripts.s') diff --git a/data/event_scripts.s b/data/event_scripts.s index 865bc7114..f75442912 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -7922,18 +7922,18 @@ EventScript_1B2907:: @ 81B2907 delay 60 special Special_UpdateTrainerCardPhotoIcons msgbox gUnknown_81B1E7D - hidemoneybox + hidemoneybox 0, 0 releaseall end EventScript_1B2926:: @ 81B2926 - hidemoneybox + hidemoneybox 0, 0 releaseall end EventScript_1B292B:: @ 81B292B msgbox gUnknown_81B1E07 - hidemoneybox + hidemoneybox 0, 0 releaseall end @@ -11481,7 +11481,7 @@ EventScript_1BF3DD:: @ 81BF3DD goto_if eq, EventScript_1BF452 msgbox Text_19DDBE fadescreen 1 - hidemoneybox + hidemoneybox 0, 0 special ChooseSendDaycareMon waitstate showmoneybox 0, 0, 0 @@ -11575,7 +11575,7 @@ EventScript_1BF533:: @ 81BF533 end EventScript_1BF541:: @ 81BF541 - hidemoneybox + hidemoneybox 0, 0 release end -- cgit v1.2.3