You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Fix mislabeled engine flags.
This commit is contained in:
@@ -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
|
||||
|
@@ -1655,6 +1655,6 @@ UnknownScript_0xa0b04:
|
||||
|
||||
UnknownScript_0xa0b09:
|
||||
farwritetext UnknownText_0x174000
|
||||
clearflag ENGINE_14
|
||||
clearflag ENGINE_BIKE_SHOP_CALL_ENABLED
|
||||
specialphonecall $0000
|
||||
end
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user