mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-24 23:17:03 -05:00
* Text data cleanup! Reformatted and fixed up all of data/text/, and extended charmap.txt The `#P` metacharacter (prompt) acts like a newline, so I reformatted it as such. All `.string` macros followed by `.byte 0x00` have been replaced with `.asciz` where possible, and `.string "...\0"` elsewhere, note that `.asciz` does not respect the charmap, so characters such as 'é' in 'Pokémon' or the various buttons would be incorrectly encoded. Also cleaned up occurences of `.byte 0x24`, which should just be a literal '$' inside the string. * Nuke all instances of `.asciz` As discussed on Discord, globally replaced all `.asciz` macros with `.string "...\0"`, as `.asciz` did not respect the charmap. * Minor string consistency fixes
27 lines
550 B
PHP
27 lines
550 B
PHP
gUnknown_80E0184:: @ 80E0184
|
|
.string " Thank you for rescuing me!\0"
|
|
.align 2, 0
|
|
|
|
gUnknown_80E01A0:: @ 80E01A0
|
|
.string " Thank you for rescuing\n"
|
|
.string "#C5$m1#R!\0"
|
|
.align 2, 0
|
|
|
|
gUnknown_80E01C4:: @ 80E01C4
|
|
.string " Thank you for escorting me\n"
|
|
.string "to #C5$m1#R! \0"
|
|
.align 2, 0
|
|
|
|
gUnknown_80E01F0:: @ 80E01F0
|
|
.string " Thank you for delivering\n"
|
|
.string "the #C4$i0#R!\0"
|
|
.align 2, 0
|
|
|
|
gUnknown_80E0218:: @ 80E0218
|
|
.string " Thank you for getting me\n"
|
|
.string "the #C4$i0#R!\0"
|
|
.align 2, 0
|
|
|
|
.string "pksdir0\0"
|
|
.align 2, 0
|