diff options
author | YamaArashi <shadow962@live.com> | 2015-02-08 18:40:08 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-02-08 18:40:08 -0800 |
commit | 7b7c563c93155e121e05149779cfb78b0bf9d259 (patch) | |
tree | 314cf9047bd6266cd261746949332f959e5878db /wram.asm | |
parent | 3870f5e10a1e17f35c78b176272df6b1f516f24e (diff) |
Rename some labels
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 |