Stop using the preprocessor.
This commit is contained in:
@@ -11,7 +11,7 @@ FalknerScript_0x683c2: ; 0x683c2
|
||||
loadfont
|
||||
checkevent EVENT_BEAT_FALKNER
|
||||
iftrue UnknownScript_0x683ec
|
||||
2writetext UnknownText_0x68473
|
||||
writetext UnknownText_0x68473
|
||||
closetext
|
||||
loadmovesprites
|
||||
winlosstext UnknownText_0x6854a, $0000
|
||||
@@ -20,12 +20,12 @@ FalknerScript_0x683c2: ; 0x683c2
|
||||
returnafterbattle
|
||||
setevent EVENT_BEAT_FALKNER
|
||||
loadfont
|
||||
2writetext UnknownText_0x685af
|
||||
writetext UnknownText_0x685af
|
||||
playsound SFX_GET_BADGE
|
||||
waitbutton
|
||||
setflag $001b
|
||||
checkcode $7
|
||||
2call UnknownScript_0x68418
|
||||
scall UnknownScript_0x68418
|
||||
UnknownScript_0x683ec: ; 0x683ec
|
||||
checkevent EVENT_GOT_TM31_MUD_SLAP
|
||||
iftrue UnknownScript_0x68412
|
||||
@@ -33,19 +33,19 @@ UnknownScript_0x683ec: ; 0x683ec
|
||||
setevent EVENT_BEAT_BIRD_KEEPER_ABE
|
||||
domaptrigger GROUP_ELMS_LAB, MAP_ELMS_LAB, $2
|
||||
specialphonecall $3
|
||||
2writetext UnknownText_0x685c8
|
||||
writetext UnknownText_0x685c8
|
||||
keeptextopen
|
||||
verbosegiveitem TM_31, 1
|
||||
iffalse UnknownScript_0x68416
|
||||
setevent EVENT_GOT_TM31_MUD_SLAP
|
||||
2writetext UnknownText_0x68648
|
||||
writetext UnknownText_0x68648
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x68412
|
||||
|
||||
UnknownScript_0x68412: ; 0x68412
|
||||
2writetext UnknownText_0x68735
|
||||
writetext UnknownText_0x68735
|
||||
closetext
|
||||
UnknownScript_0x68416: ; 0x68416
|
||||
loadmovesprites
|
||||
@@ -89,7 +89,7 @@ TrainerBird_keeperRod: ; 0x68427
|
||||
Bird_keeperRodScript: ; 0x68433
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x68837
|
||||
writetext UnknownText_0x68837
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@@ -118,7 +118,7 @@ TrainerBird_keeperAbe: ; 0x6843b
|
||||
Bird_keeperAbeScript: ; 0x68447
|
||||
talkaftercancel
|
||||
loadfont
|
||||
2writetext UnknownText_0x688c7
|
||||
writetext UnknownText_0x688c7
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@@ -129,13 +129,13 @@ VioletGymGuyScript: ; 0x6844f
|
||||
loadfont
|
||||
checkevent EVENT_BEAT_FALKNER
|
||||
iftrue .VioletGymGuyWinScript
|
||||
2writetext VioletGymGuyText
|
||||
writetext VioletGymGuyText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
.VioletGymGuyWinScript
|
||||
2writetext VioletGymGuyWinText
|
||||
writetext VioletGymGuyWinText
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
|
Reference in New Issue
Block a user