diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-07-26 17:53:33 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-07-26 17:53:33 +0200 |
commit | 25ccfe9112f1666cdeace67898c2a99362e4c855 (patch) | |
tree | 369aacd0d683e9bf4d5a3a719ba89bb26eadd0d8 /src/wram.asm | |
parent | f10e8a01cb30cae510af5ea613031783b61e880f (diff) |
Finish home.asm clean up
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wram.asm b/src/wram.asm index 202dc6c..ed4ab9a 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -933,7 +933,7 @@ wcce9:: ; cce9 ds $2 ; a PLAY_AREA_* constant (0: arena card, 1-5: bench card) -wTempPlayAreaLocationOffset_cceb:: ; cceb +wTempPlayAreaLocation_cceb:: ; cceb ds $1 wccec:: ; ccec @@ -966,7 +966,7 @@ wccf2:: ; ccf2 SECTION "WRAM0 2", WRAM0 -; on CGB, attributes of the text box borders. (values 0-7? so only affects palette?) +; on CGB, attributes of the text box borders. (values 0-7 seem to be used, which only affect palette) ; on SGB, colorize text box border with SGB1 if non-0 wTextBoxFrameType:: ; ccf3 ds $1 @@ -1099,7 +1099,7 @@ wcd9c:: ; cd9c ds $1 ; this stores the result from a coin toss (number of heads) -wcd9d:: ; cd9d +wCoinTossNumHeads:: ; cd9d ds $1 wcd9e:: ; cd9e |