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/Route128/scripts.inc | |
| parent | c557ac61aef788f1630d3960dd2366bf000db8e0 (diff) | |
defines `register_matchcall` macro
Diffstat (limited to 'data/maps/Route128/scripts.inc')
| -rw-r--r-- | data/maps/Route128/scripts.inc | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/data/maps/Route128/scripts.inc b/data/maps/Route128/scripts.inc index 2a686a865..0d7a8587c 100644 --- a/data/maps/Route128/scripts.inc +++ b/data/maps/Route128/scripts.inc @@ -188,10 +188,7 @@ Route128_EventScript_1F6CEA:: @ 81F6CEA special sub_80B4808 waitmovement 0 msgbox Route128_Text_2A2916, MSGBOX_DEFAULT - setvar VAR_0x8004, 376 - special SetMatchCallRegisteredFlag - setorcopyvar VAR_0x8000, 376 - callstd STD_REGISTER_MATCH_CALL + register_matchcall TRAINER_ISAIAH_1 release end @@ -213,10 +210,7 @@ Route128_EventScript_1F6D4C:: @ 81F6D4C special sub_80B4808 waitmovement 0 msgbox Route128_Text_2A2AF9, MSGBOX_DEFAULT - setvar VAR_0x8004, 386 - special SetMatchCallRegisteredFlag - setorcopyvar VAR_0x8000, 386 - callstd STD_REGISTER_MATCH_CALL + register_matchcall TRAINER_KATELYN_1 release end |
