diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-06-12 02:34:42 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-06-12 02:34:42 -0500 |
commit | 42f99e9aff80a4c8d47c17f6dda2494e1bd6f7d9 (patch) | |
tree | b2cb959094a6574f20b72fce2d03207b0f56c0c3 /home/text.asm | |
parent | 9a5b7f5d19e84eb1caab7ecddaa0f157ebae5594 (diff) | |
parent | a51037eeeedb03e29d8675626018cf02750882fa (diff) |
Merge branch 'master' of https://github.com/pret/pokered into merge-pokered
Diffstat (limited to 'home/text.asm')
-rw-r--r-- | home/text.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/text.asm b/home/text.asm index 629032d5..9c661f21 100644 --- a/home/text.asm +++ b/home/text.asm @@ -125,11 +125,11 @@ Char00:: dec de ret -Char00Text:: ; 17c2 (0:17c2) ; “%d ERROR.” - TX_FAR _Char00Text ; a0c66 (28:4c66) +Char00Text:: ; “%d ERROR.” + TX_FAR _Char00Text db "@" -Char52:: ; 17c7 (0:17c7) ; player’s name +Char52:: ; player’s name push de ld de, wPlayerName jr FinishDTE |