mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-04-26 02:05:09 -05:00
Adding space escape character
This commit is contained in:
parent
e583853ea9
commit
38454168fd
|
|
@ -805,6 +805,7 @@ charArrays = {
|
|||
["{FEM}", [0xFC, 0x01, 0x04]],
|
||||
["{FPC}", [0xFC, 0x01, 0x06]],
|
||||
["{MLE}", [0xFC, 0x01, 0x08]],
|
||||
["{SPA}", [0xFC]],
|
||||
["{PLR}", [0xFD, 0x01]],
|
||||
["{NEW}", [0xFE]],
|
||||
["{END}", [0xFF]],
|
||||
|
|
@ -819,6 +820,7 @@ charArrays = {
|
|||
["{DEF}", [0xFC, 0x06, 0x02]],
|
||||
["{FEM}", [0xFC, 0x06, 0x03]], # ???
|
||||
["{MLE}", [0xFC, 0x06, 0x04]],
|
||||
["{SPA}", [0xFC]],
|
||||
["{FPC}", [0xFC, 0x06, 0x05]],
|
||||
["{PLR}", [0xFD, 0x01]],
|
||||
["{NEW}", [0xFE]],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user