diff options
author | Daniel Harding <33dannye@gmail.com> | 2021-11-15 13:31:15 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 13:31:15 -0600 |
commit | f516a91f5fa02a741631c77b9097598f466d1328 (patch) | |
tree | bac2ee5e3fad02983b061580f5c085baecb5439a /src/wram.asm | |
parent | 15e986d374fdd11ed0f412fbdc9b858d4c4b9f50 (diff) | |
parent | 1fd16cd27fcd4f432bfc09fc5b7a262798b72430 (diff) |
Some more bank splitting
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/wram.asm b/src/wram.asm index 2004d57..43326fe 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -2560,13 +2560,13 @@ wWriteBGMapToSRAM:: ; d292 wd293:: ; d293 ds $1 -wd294:: ; d294 +wTempBGP:: ; d294 ds $1 -wd295:: ; d295 +wTempOBP0:: ; d295 ds $1 -wd296:: ; d296 +wTempOBP1:: ; d296 ds $1 ; temporarily holds the palettes from @@ -2922,7 +2922,10 @@ wDuelAnimDamage:: ; d4b1 wd4b3:: ; d4b3 ds $1 -wd4b4:: ; d4b4 +; stores the character symbols of some +; value that was converted to decimal +; through ConvertWordToNumericalDigits +wDecimalChars:: ; d4b4 ds $3 wd4b7:: ; d4b7 |