Commit Graph

16 Commits

Author SHA1 Message Date
Mateusz Naściszewski
5e2842c698
Text data cleanup! (#6)
* 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
2020-12-12 12:30:04 -06:00
Mateusz Naściszewski
5fd50012a4
Resolve a few text incbins (#3) 2020-12-11 11:44:12 -06:00
Seth Barberee
a1cd2ce87f some data dumping and doc # of friend areas 2020-11-07 19:01:11 -06:00
Seth Barberee
1c2975874b remove tiny text data file 2020-11-03 14:12:29 -06:00
Seth Barberee
95b06d5d6b split to decomp type name string functions 2020-09-17 12:18:11 -05:00
Seth Barberee
e88a5526d7 ahhh more string pointers. that's what that stuff was 2020-09-15 16:49:29 -05:00
Seth Barberee
4a094ea355 convert to using asciz for handling all the 0x00 bytes 2020-09-13 18:53:09 -05:00
Seth Barberee
129156fcf1 another random efob string 2020-09-07 12:22:28 -05:00
Seth Barberee
b8fe22c7dd dump random string 2020-09-07 12:20:21 -05:00
Seth Barberee
3f14389d35 got the type names figured. some junk in the top 2020-09-05 13:48:49 -05:00
Seth Barberee
b7d1fe09f0 start dumping unformatted_type_names 2020-09-05 13:42:43 -05:00
Seth Barberee
253dab4bc5 dumped another pksdir0 string 2020-09-05 09:59:17 -05:00
Seth Barberee
e4b9df868f dump none text 2020-09-04 21:29:54 -05:00
Seth Barberee
eadf34a632 did first datadummp, woo 2020-09-04 21:10:21 -05:00
nullableVoidPtr
0a3b060d29 Fix perms and linebreaks 2019-08-04 09:47:55 +00:00
nullableVoidPtr
81f6704f3c Use preprocessor for data asms, clean up sound/ and dump some text 2018-11-22 20:59:37 +08:00