diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-02 16:01:10 +0000 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-02 16:01:10 +0000 |
commit | e8b079962bdee30fc5a36994ef928cdf47609898 (patch) | |
tree | 6e38acfcbf70da44a6fe330dbfded7ec9f065290 /src/wram.asm | |
parent | 3dd204220082d85ce5f1c92250f7240e3dc92944 (diff) |
Document screen animations
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/wram.asm b/src/wram.asm index 4fbe652..aa6d106 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -2147,7 +2147,9 @@ wd292:: ; d292 ds $4 -wd297:: ; d297 +; temporarily holds the palettes from +; wBackgroundPalettesCGB +wTempBackgroundPalettesCGB:: ; d297 ds 8 palettes ds $4c @@ -2426,10 +2428,13 @@ wd4b7:: ; d4b7 wd4b8:: ; d4b8 ds $1 -wd4b9:: ; d4b9 +; pointer to a function to update +; the current screen animation +wScreenAnimUpdatePtr:: ; d4b9 ds $2 -wd4bb:: ; d4bb +; duration of the current screen animation +wScreenAnimDuration:: ; d4bb ds $1 wd4bc:: ; d4bc |