summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-28 21:22:35 -0500
committeryenatch <yenatch@gmail.com>2017-12-28 22:13:39 -0500
commitb9a68fec2589eb6969be63e6ed1eb3fca312c307 (patch)
tree59b5db70690a9f9041e4964adae1722b4d178a1b /wram.asm
parent4c35f3ac8506e5f326658bbab91c257584f7b716 (diff)
Consistent if/else/endc (matches rept/endr) and DEF (matches BANK/HIGH/LOW)
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/wram.asm b/wram.asm
index de6301173..c786495cf 100644
--- a/wram.asm
+++ b/wram.asm
@@ -827,12 +827,12 @@ wDexListingCursorBackup:: db
wBackupDexListingCursor:: db
wBackupDexListingPage:: db
wDexCurrentLocation:: db
-IF DEF(CRYSTAL11)
+if DEF(CRYSTAL11)
wPokedexStatus:: db
wPokedexDataEnd::
-ELSE
+else
wPokedexDataEnd:: ds 1
-ENDC
+endc
ds 2
NEXTU ; c6d0
@@ -1312,9 +1312,9 @@ wCardFlipWhichCard:: db
NEXTU ; cf64
; pokedex
wDexEntryPrevJumptableIndex:: db
-IF !DEF(CRYSTAL11)
+if !DEF(CRYSTAL11)
wPokedexStatus:: db
-ENDC
+endc
NEXTU ; cf64
; miscellaneous