diff options
author | yenatch <yenatch@gmail.com> | 2014-05-23 15:34:35 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-23 15:34:35 -0700 |
commit | 8f8281fe6ed02d8235ab9f92fa6ae93f50a3bf8e (patch) | |
tree | 58a093bd6c1bdb5e0d7a978c8ace042c6b3d16bd /wram.asm | |
parent | 955b53047c6d2ddc223ed24191de98f4b4fee5e5 (diff) |
Comment some more bank 0 functions.
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -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 |