mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-10 23:40:59 +13:00
Add ….
hg-commit-id: 24a16073172d
This commit is contained in:
parent
bd9ca785e0
commit
5d52935fa8
|
|
@ -666,7 +666,7 @@ Char5EText:
|
|||
Char54Text:
|
||||
db "POKé@"
|
||||
Char56Text:
|
||||
db $75,$75,$50 ; ……
|
||||
db "……@"
|
||||
Char5AText:
|
||||
db "Enemy @"
|
||||
Char4AText:
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ FS = "\""
|
|||
|
||||
char["@"] = "$50"
|
||||
char["#"] = "$54"
|
||||
char["…"] = "$75"
|
||||
char[" "] = "$7F"
|
||||
char["A"] = "$80"
|
||||
char["B"] = "$81"
|
||||
|
|
|
|||
Loading…
Reference in a new issue