From 46a94c63fc287e7290502776d02648476bc44171 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 11 Sep 2016 02:01:37 -0700 Subject: name text destination pointer variable --- wram.asm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index 0321545c..35acff94 100755 --- a/wram.asm +++ b/wram.asm @@ -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 -- cgit v1.3.1-sl0p