diff options
Diffstat (limited to 'src/wram.asm')
| -rw-r--r-- | src/wram.asm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index 3506b07..835c29a 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -512,7 +512,12 @@ wBackgroundPalettesCGB:: ; caf0 wObjectPalettesCGB:: ; cb30 ds 8 palettes - ds $4 + ds $2 + +; stores a pointer to a temporary list of elements (e.g. pointer to wDuelTempList) +; to be read or written sequentially +wListPointer:: ; cb72 + ds $2 SECTION "WRAM Serial Transfer", WRAM0 |
