diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-09 17:26:40 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-09 17:26:40 -0500 |
commit | cc0fd6e12c0afe9b70f55114eb3123014318e107 (patch) | |
tree | 2f14fd504debcb9aa65caf52e3465c7630b0affc /wram.asm | |
parent | a8cf8979d9acf66d1bdf4ea115ab6a0faa8f9d34 (diff) |
CRYSTAL11 → _CRYSTAL11
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -827,7 +827,7 @@ wDexListingCursorBackup:: db wBackupDexListingCursor:: db wBackupDexListingPage:: db wDexCurrentLocation:: db -if DEF(CRYSTAL11) +if DEF(_CRYSTAL11) wPokedexStatus:: db wPokedexDataEnd:: else @@ -1312,7 +1312,7 @@ wCardFlipWhichCard:: db NEXTU ; cf64 ; pokedex wDexEntryPrevJumptableIndex:: db -if !DEF(CRYSTAL11) +if !DEF(_CRYSTAL11) wPokedexStatus:: db endc |