diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-03-03 18:29:19 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-03-03 18:29:19 +0100 |
commit | 96735ba758a5f91eccce9a654d8dab3879b9104a (patch) | |
tree | c910ecc8c4084248a5edd7e53336c095e6d1c8fa /src/wram.asm | |
parent | d523fbb0c88187485342df431819117ab32c2581 (diff) |
Disassemble bank1 functions related to duel graphics and palettes
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index 145a0ab..226248b 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -963,7 +963,7 @@ wce22:: ; ce22 ds $1 ; LoadCardGfx loads the card's palette here -wce23:: ; ce23 +wCardPalette:: ; ce23 ds CGB_PAL_SIZE wce2b:: ; ce2b |