diff options
| author | Melody <melody@pallet.town> | 2018-12-02 06:04:59 -0500 |
|---|---|---|
| committer | Melody <melody@pallet.town> | 2018-12-02 06:04:59 -0500 |
| commit | 862265b73a6eab7d070e628d3cb77663543bc368 (patch) | |
| tree | 4635f64bb0dbdf454defa6f80ca912d19b9a5032 /data/maps/Route118 | |
| parent | c557ac61aef788f1630d3960dd2366bf000db8e0 (diff) | |
defines `register_matchcall` macro
Diffstat (limited to 'data/maps/Route118')
| -rw-r--r-- | data/maps/Route118/scripts.inc | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/data/maps/Route118/scripts.inc b/data/maps/Route118/scripts.inc index 8448504a1..56ec024a1 100644 --- a/data/maps/Route118/scripts.inc +++ b/data/maps/Route118/scripts.inc @@ -199,10 +199,7 @@ Route118_EventScript_1F3FB3:: @ 81F3FB3 special sub_80B4808 waitmovement 0 msgbox Route118_Text_29D343, MSGBOX_DEFAULT - setvar VAR_0x8004, 37 - special SetMatchCallRegisteredFlag - setorcopyvar VAR_0x8000, 37 - callstd STD_REGISTER_MATCH_CALL + register_matchcall TRAINER_ROSE_1 release end @@ -234,10 +231,7 @@ Route118_EventScript_1F4043:: @ 81F4043 special sub_80B4808 waitmovement 0 msgbox Route118_Text_29D74A, MSGBOX_DEFAULT - setvar VAR_0x8004, 196 - special SetMatchCallRegisteredFlag - setorcopyvar VAR_0x8000, 196 - callstd STD_REGISTER_MATCH_CALL + register_matchcall TRAINER_DALTON_1 release end |
