diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-11-07 14:56:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-07 14:56:34 -0500 |
| commit | 391ac755b32ec08fb871c5571f1b08737f0db50d (patch) | |
| tree | 93f0d90f3156b95ebfa2278876a69e44f4e5d4c4 /data/event_scripts.s | |
| parent | d833c0ba01594468195d3a5dac843cedba8af9eb (diff) | |
| parent | 6a33add748ae7a7c0970fa190e8d381e3b32c287 (diff) | |
Merge pull request #145 from PikalaxALT/hidemoneybox
hidemoneybox buries dummy args now
Diffstat (limited to 'data/event_scripts.s')
| -rw-r--r-- | data/event_scripts.s | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index af9eff3e6..f75442912 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -7922,24 +7922,18 @@ EventScript_1B2907:: @ 81B2907 delay 60 special Special_UpdateTrainerCardPhotoIcons msgbox gUnknown_81B1E7D - hidemoneybox - nop - nop + hidemoneybox 0, 0 releaseall end EventScript_1B2926:: @ 81B2926 - hidemoneybox - nop - nop + hidemoneybox 0, 0 releaseall end EventScript_1B292B:: @ 81B292B msgbox gUnknown_81B1E07 - hidemoneybox - nop - nop + hidemoneybox 0, 0 releaseall end @@ -11487,9 +11481,7 @@ EventScript_1BF3DD:: @ 81BF3DD goto_if eq, EventScript_1BF452 msgbox Text_19DDBE fadescreen 1 - hidemoneybox - nop - nop + hidemoneybox 0, 0 special ChooseSendDaycareMon waitstate showmoneybox 0, 0, 0 @@ -11583,9 +11575,7 @@ EventScript_1BF533:: @ 81BF533 end EventScript_1BF541:: @ 81BF541 - hidemoneybox - nop - nop + hidemoneybox 0, 0 release end |
