diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-05-21 11:40:26 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-05-21 11:40:26 +0100 |
commit | f765580db088c82c58e95e87d57eea8732355ff1 (patch) | |
tree | 28ee89e745b749906555a1882bb95df8f7833c38 /src/wram.asm | |
parent | 96a93f444cff3df152a03d3722080600dc3a9e88 (diff) |
Extract Credits sequence
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/src/wram.asm b/src/wram.asm index 8195f2e..7cfb777 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -2512,9 +2512,12 @@ wd296:: ; d296 ; temporarily holds the palettes from ; wBackgroundPalettesCGB wTempBackgroundPalettesCGB:: ; d297 - ds 8 palettes + ds NUM_BACKGROUND_PALETTES palettes - ds $40 +; temporarily holds the palettes from +; wObjectPalettesCGB +wTempObjectPalettesCGB:: ; d2d7 + ds NUM_OBJECT_PALETTES palettes wd317:: ; d317 ds $1 @@ -3054,7 +3057,17 @@ wd635:: ; d635 wStartMenuParams:: ; d636 ds $11 - ds $4 +wd647:: ; d647 + ds $1 + +wd648:: ; d648 + ds $1 + +wd649:: ; d649 + ds $1 + +wd64a:: ; d64a + ds $1 ; wd64b to wd665 used by Func_3e44 wd64b:: ; d64b |