You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Add constants for checkcodes.
From PikalaxALT.
This commit is contained in:
@@ -24,7 +24,7 @@ UnknownScript_0x190462:
|
||||
end
|
||||
|
||||
FriedaCallback:
|
||||
checkcode $b
|
||||
checkcode VAR_WEEKDAY
|
||||
if_equal FRIDAY, .FriedaAppears
|
||||
disappear $e
|
||||
return
|
||||
@@ -206,7 +206,7 @@ TrainerFisherRalph1:
|
||||
dw FisherRalph1Script
|
||||
|
||||
FisherRalph1Script:
|
||||
writecode $17, $11
|
||||
writecode VAR_CALLERID, $11
|
||||
talkaftercancel
|
||||
loadfont
|
||||
checkflag $006d
|
||||
@@ -374,7 +374,7 @@ TrainerPicnickerLiz1:
|
||||
dw PicnickerLiz1Script
|
||||
|
||||
PicnickerLiz1Script:
|
||||
writecode $17, $12
|
||||
writecode VAR_CALLERID, $12
|
||||
talkaftercancel
|
||||
loadfont
|
||||
checkflag $006e
|
||||
@@ -573,7 +573,7 @@ FriedaScript:
|
||||
loadfont
|
||||
checkevent EVENT_GOT_POISON_BARB_FROM_FRIEDA
|
||||
iftrue FriedaFridayScript
|
||||
checkcode $b
|
||||
checkcode VAR_WEEKDAY
|
||||
if_not_equal FRIDAY, FriedaNotFridayScript
|
||||
checkevent EVENT_MET_FRIEDA_OF_FRIDAY
|
||||
iftrue .MetFrieda
|
||||
|
||||
Reference in New Issue
Block a user