From 8f8281fe6ed02d8235ab9f92fa6ae93f50a3bf8e Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 23 May 2014 15:34:35 -0700 Subject: Comment some more bank 0 functions. --- wram.asm | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index ecdb2a5a..7ec55ef7 100755 --- a/wram.asm +++ b/wram.asm @@ -271,8 +271,7 @@ wTileMapBackup2:: ; cd81 ds 20 * 18 wBuffer:: ; cee9 -; used for temporary things - +; Temporary storage area of 30 bytes. wHPBarMaxHP:: ; cee9 ds 2 wHPBarOldHP:: ; ceeb @@ -281,12 +280,9 @@ wHPBarNewHP:: ; ceed ds 2 wHPBarDelta:: ; ceef ds 1 - ds 13 - wHPBarHPDifference:: ; cefd ds 1 - ds 9 wAnimSoundID:: ; cf07 @@ -304,7 +300,12 @@ wCurSpriteMovement2:: ; cf14 ; movement byte 2 of current sprite ds 1 - ds 74 + ds 5 + +wGBC:: ; cf1a + ds 1 + + ds 68 wGymCityName:: ; cf5f wStringBuffer1:: ; cf5f @@ -1473,3 +1474,7 @@ W_BOXMON2NAME:: ; de11 ds 11 * 19 ; dee2 + +SECTION "Stack", WRAMX[$dfff] +wStack:: ; dfff + ds -$100 -- cgit v1.3.1-sl0p