diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/buena_phone_scripts.asm | 4 | ||||
-rw-r--r-- | engine/more_phone_scripts.asm | 2 | ||||
-rw-r--r-- | engine/phone_scripts.asm | 8 | ||||
-rw-r--r-- | engine/std_scripts.asm | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/engine/buena_phone_scripts.asm b/engine/buena_phone_scripts.asm index 4bfa66f14..4d0c79b61 100644 --- a/engine/buena_phone_scripts.asm +++ b/engine/buena_phone_scripts.asm @@ -1,5 +1,5 @@ UnknownScript_0xa0b14: - checkflag ENGINE_BIKE_SHOP_CALL_ENABLED + checkflag ENGINE_ROCKETS_IN_RADIO_TOWER iftrue UnknownScript_0xa0b73 checkcode VAR_HOUR if_greater_than $11, UnknownScript_0xa0b4b @@ -7,7 +7,7 @@ UnknownScript_0xa0b14: jump UnknownScript_0xa0c0e UnknownScript_0xa0b26: - checkflag ENGINE_BIKE_SHOP_CALL_ENABLED + checkflag ENGINE_ROCKETS_IN_RADIO_TOWER iftrue UnknownScript_0xa0b73 scall UnknownScript_0xa0b4f jump UnknownScript_0xa0b77 diff --git a/engine/more_phone_scripts.asm b/engine/more_phone_scripts.asm index 96b43f954..985bb2089 100644 --- a/engine/more_phone_scripts.asm +++ b/engine/more_phone_scripts.asm @@ -1655,6 +1655,6 @@ UnknownScript_0xa0b04: UnknownScript_0xa0b09: farwritetext UnknownText_0x174000 - clearflag ENGINE_14 + clearflag ENGINE_BIKE_SHOP_CALL_ENABLED specialphonecall $0000 end diff --git a/engine/phone_scripts.asm b/engine/phone_scripts.asm index 892307f58..9d3969f5f 100644 --- a/engine/phone_scripts.asm +++ b/engine/phone_scripts.asm @@ -1054,7 +1054,7 @@ UnknownScript_0xbd743: iftrue UnknownScript_0xbd7cc UnknownScript_0xbd768: - checkflag ENGINE_BIKE_SHOP_CALL_ENABLED + checkflag ENGINE_ROCKETS_IN_RADIO_TOWER iftrue UnknownScript_0xbd772 farjump UnknownScript_0xa0960 @@ -1072,7 +1072,7 @@ UnknownScript_0xbd77d: UnknownScript_0xbd784: trainertotext PICNICKER, 2, $0 farscall UnknownScript_0xbe41e - checkflag ENGINE_BIKE_SHOP_CALL_ENABLED + checkflag ENGINE_ROCKETS_IN_RADIO_TOWER iftrue UnknownScript_0xbd7d9 checkflag ENGINE_GINA iftrue UnknownScript_0xbd7c8 @@ -1115,7 +1115,7 @@ UnknownScript_0xbd7dd: UnknownScript_0xbd7e7: trainertotext JUGGLER, 1, $0 farscall UnknownScript_0xbde4e - checkflag ENGINE_BIKE_SHOP_CALL_ENABLED + checkflag ENGINE_ROCKETS_IN_RADIO_TOWER iftrue UnknownScript_0xbd7f9 farjump UnknownScript_0xa09c8 @@ -1125,7 +1125,7 @@ UnknownScript_0xbd7f9: UnknownScript_0xbd7fd: trainertotext JUGGLER, 1, $0 farscall UnknownScript_0xbe1b6 - checkflag ENGINE_BIKE_SHOP_CALL_ENABLED + checkflag ENGINE_ROCKETS_IN_RADIO_TOWER iftrue UnknownScript_0xbd80f farjump UnknownScript_0xa0848 diff --git a/engine/std_scripts.asm b/engine/std_scripts.asm index 65ed1cc77..b3b68e5e5 100644 --- a/engine/std_scripts.asm +++ b/engine/std_scripts.asm @@ -291,7 +291,7 @@ GoldenrodRocketsScript: end RadioTowerRocketsScript: - setflag ENGINE_BIKE_SHOP_CALL_ENABLED + setflag ENGINE_ROCKETS_IN_RADIO_TOWER setevent $06cf setevent $06d1 clearevent $06ce |