diff options
| author | IIMarckus <iimarckus@gmail.com> | 2011-12-21 00:17:42 -0700 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2011-12-21 00:17:42 -0700 |
| commit | 5d52935fa82c72769cab6e7f73140abe2c03f2d0 (patch) | |
| tree | 3fc0ad994403b12e11a5a5e26b98b03bf40bf06c /pokered.asm | |
| parent | Add é and fix a typo when converting text. (diff) | |
| download | pokeyellow-5d52935fa82c72769cab6e7f73140abe2c03f2d0.tar.gz pokeyellow-5d52935fa82c72769cab6e7f73140abe2c03f2d0.tar.xz pokeyellow-5d52935fa82c72769cab6e7f73140abe2c03f2d0.zip | |
Add ….
hg-commit-id: 24a16073172d
Diffstat (limited to 'pokered.asm')
| -rw-r--r-- | pokered.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index c0a3b75b..2a51e878 100644 --- a/pokered.asm +++ b/pokered.asm @@ -666,7 +666,7 @@ Char5EText: Char54Text: db "POKé@" Char56Text: - db $75,$75,$50 ; …… + db "……@" Char5AText: db "Enemy @" Char4AText: |
