diff options
author | jidoc01 <jidoc01@naver.com> | 2019-06-30 13:04:29 +0900 |
---|---|---|
committer | jidoc01 <jidoc01@naver.com> | 2019-06-30 13:04:29 +0900 |
commit | eec7a09fa8f5768065f2a7eb4ecf2ac8a739be3b (patch) | |
tree | 8991b46cb94066c5612889f537451d51b12203a4 /src/wram.asm | |
parent | 511a7094eeb9ad799dc5e653ac29e0f6d2b4f937 (diff) |
[Bank 6] Add new constants & etc.
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/wram.asm b/src/wram.asm index 3901be0..e34f4c3 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1303,7 +1303,11 @@ wce5e:: ; ce5e wce60:: ; ce60 ds $1 - ds $2 +wce61:: ; ce61 + ds $1 + +wGlossaryPageNo:: ; ce62 + ds $1 wce63:: ; ce63 ds $1 @@ -1469,11 +1473,11 @@ wcfda:: ; cfda wcfe3:: ; cfe3 ds $4 -; name buffer in naming screen +; a name buffer in the naming screen. wNamingScreenBuffer:: ; cfe7 - ds $18 + ds NAMING_SCREEN_BUFFER_LENGTH -; current name length in naming screen +; current name length in the naming screen. wNamingScreenBufferLength:: ; cfff ds $1 |