diff options
| author | YamaArashi <shadow962@live.com> | 2016-09-11 02:01:37 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-09-11 02:01:37 -0700 |
| commit | 46a94c63fc287e7290502776d02648476bc44171 (patch) | |
| tree | 8d6ca6f2c96868c824c1a09159b5aa746e3ce4df /wram.asm | |
| parent | Continuing the source-level documentation of roughly where trainers can be found (diff) | |
| download | pokeyellow-46a94c63fc287e7290502776d02648476bc44171.tar.gz pokeyellow-46a94c63fc287e7290502776d02648476bc44171.tar.xz pokeyellow-46a94c63fc287e7290502776d02648476bc44171.zip | |
name text destination pointer variable
Diffstat (limited to 'wram.asm')
| -rwxr-xr-x | wram.asm | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -445,11 +445,10 @@ wTradeCenterPointerTableIndex:: ; cc38 ds 1 -wUnusedCC3A:: ; cc3a - ds 1 - -wUnusedCC3B:: ; cc3b - ds 1 +wTextDest:: ; cc3a +; destination pointer for text output +; this variable is written to, but is never read from + ds 2 wDoNotWaitForButtonPressAfterDisplayingText:: ; cc3c ; if non-zero, skip waiting for a button press after displaying text in DisplayTextID |
