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:
@@ -11,7 +11,7 @@ Route40_MapScriptHeader: ; 0x1a6160
|
||||
|
||||
MonicaCallback:
|
||||
clearevent $07cf
|
||||
checkcode $b
|
||||
checkcode VAR_WEEKDAY
|
||||
if_equal MONDAY, .MonicaAppears
|
||||
disappear $a
|
||||
return
|
||||
@@ -163,7 +163,7 @@ MonicaScript:
|
||||
loadfont
|
||||
checkevent EVENT_GOT_SHARP_BEAK_FROM_MONICA
|
||||
iftrue MonicaMondayScript
|
||||
checkcode $b
|
||||
checkcode VAR_WEEKDAY
|
||||
if_not_equal MONDAY, MonicaNotMondayScript
|
||||
checkevent EVENT_MET_MONICA_OF_MONDAY
|
||||
iftrue .MetMonica
|
||||
|
||||
Reference in New Issue
Block a user