summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-02-08 18:40:08 -0800
committerYamaArashi <shadow962@live.com>2015-02-08 18:40:08 -0800
commit7b7c563c93155e121e05149779cfb78b0bf9d259 (patch)
tree314cf9047bd6266cd261746949332f959e5878db /wram.asm
parent3870f5e10a1e17f35c78b176272df6b1f516f24e (diff)
Rename some labels
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm9
1 files changed, 5 insertions, 4 deletions
diff --git a/wram.asm b/wram.asm
index 6aabd27a..7091bd4c 100755
--- a/wram.asm
+++ b/wram.asm
@@ -820,10 +820,11 @@ wcf97:: ds 1
; LoadMonData copies mon data here
wLoadedMon:: party_struct wLoadedMon ; cf98
-wCharRAMInUseForText:: ; cfc4
-; bit 0: the space in VRAM that is used to store walking tile patterns for
-; the player and NPCs is in use for text tile patterns. this means
-; that movement must be disabled.
+wFontLoaded:: ; cfc4
+; bit 0: The space in VRAM that is used to store walk animation tile patterns
+; for the player and NPCs is in use for font tile patterns.
+; This means that NPC movement must be disabled.
+; The other bits are unused.
ds 1
wWalkCounter:: ; cfc5