diff options
author | YamaArashi <shadow962@live.com> | 2016-07-04 23:44:59 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-07-04 23:44:59 -0700 |
commit | 26ea614c638f9353f324f8fdf00519b8c69ef99f (patch) | |
tree | 8ee7411d8c76dfffe91f2d3c2f44c82849ed33eb /data/scripts/maps/Route111.s | |
parent | d4b1b25a6ee19624ab54e69ba92f9ce0b1c1ce11 (diff) |
remove remaining event script incbins
Diffstat (limited to 'data/scripts/maps/Route111.s')
-rw-r--r-- | data/scripts/maps/Route111.s | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/data/scripts/maps/Route111.s b/data/scripts/maps/Route111.s index 4a977f132..b6e009427 100644 --- a/data/scripts/maps/Route111.s +++ b/data/scripts/maps/Route111.s @@ -138,7 +138,11 @@ Route111_EventScript_150100:: @ 8150100 release end - .incbin "baserom.gba", 0x15010a, 0xc +@ 815010A + lockall + setvar 0x8004, 0 + jump Route111_EventScript_15013A + end Route111_EventScript_150116:: @ 8150116 lockall @@ -152,7 +156,11 @@ Route111_EventScript_150122:: @ 8150122 jump Route111_EventScript_15013A end - .incbin "baserom.gba", 0x15012e, 0xc +@ 815012E + lockall + setvar 0x8004, 3 + jump Route111_EventScript_15013A + end Route111_EventScript_15013A:: @ 815013A checkitem ITEM_GO_GOGGLES, 1 |