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 | |
| parent | Merge branch 'master' of https://github.com/pret/pokered into merge-pokered (diff) | |
| parent | Remove the last address comments (diff) | |
| download | pokeyellow-42f99e9aff80a4c8d47c17f6dda2494e1bd6f7d9.tar.gz pokeyellow-42f99e9aff80a4c8d47c17f6dda2494e1bd6f7d9.tar.xz pokeyellow-42f99e9aff80a4c8d47c17f6dda2494e1bd6f7d9.zip | |
Merge branch 'master' of https://github.com/pret/pokered into merge-pokered
Diffstat (limited to 'home')
| -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 |
