summaryrefslogtreecommitdiff
path: root/home/text.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-06-12 02:19:19 -0500
committerdannye <corrnondacqb@yahoo.com>2016-06-12 02:19:44 -0500
commita51037eeeedb03e29d8675626018cf02750882fa (patch)
tree4a0959e4d61cc6c6d4f9d197e8d5b598b3dde0f8 /home/text.asm
parent48e0125bd68054f81e97a5eec14f145dc3c921d7 (diff)
Remove the last address comments
except for wram.asm and sram.asm also delete unused yellow file
Diffstat (limited to 'home/text.asm')
-rw-r--r--home/text.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/text.asm b/home/text.asm
index e425b2c8..e9c0efdd 100644
--- a/home/text.asm
+++ b/home/text.asm
@@ -135,11 +135,11 @@ Char00::
dec de
ret
-Char00Text:: ; 0x19f4 “%d ERROR.”
+Char00Text:: ; “%d ERROR.”
TX_FAR _Char00Text
db "@"
-Char52:: ; 0x19f9 player’s name
+Char52:: ; player’s name
push de
ld de,wPlayerName
jr FinishDTE