Seth Barberee
448de33aef
dump/label more data from data_800D090
2020-12-12 14:12:37 -06:00
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
Seth Barberee
1c2975874b
remove tiny text data file
2020-11-03 14:12:29 -06:00
Seth Barberee
83cc1bbd4d
conntinue datadumping
2020-11-03 11:27:42 -06:00
Seth Barberee
c7158dcc65
some more data dumping
2020-11-02 11:48:58 -06:00
Seth Barberee
30f301d727
doc some strings
2020-10-29 23:02:43 -05:00
Seth Barberee
1d308ccaa4
more labeling of stuff with rom map (thx MegaMinerd)
2020-10-23 19:26:51 -05:00
Seth Barberee
9b8e49226f
start moving some data into c of personality test
2020-10-17 12:27:49 -05:00
Seth Barberee
3c986032f8
docing and one decomp of a function
2020-10-13 17:30:44 -05:00
Seth Barberee
fc0a7eae93
some data dumping
2020-10-09 16:57:49 -05:00
Seth Barberee
18308a1190
some doc'ing and decomp work
2020-10-05 22:32:47 -05:00
Seth Barberee
182a678071
starting to make sense of some of the data stuff
2020-10-03 20:34:07 -05:00
Seth Barberee
dd42ca2108
more data dumping
2020-10-03 19:43:19 -05:00
Seth Barberee
89bfb94399
lotsa data dumping and split one asm file
2020-10-03 18:16:34 -05:00
Seth Barberee
ef82d0f951
some more dumping and one decomp
2020-09-30 14:48:13 -05:00
Seth Barberee
0b4a7ac24e
More data dumping
2020-09-24 15:48:41 -05:00
Seth Barberee
a808cea8ea
more data dumping
2020-09-22 14:58:19 -05:00
Seth Barberee
d227929420
more datadumping and some decomp work
2020-09-19 23:28:48 -05:00
Seth Barberee
1ee2ec16ae
further splitting and decompile one func
2020-09-18 00:00:39 -05:00
Seth Barberee
ab156ce3d7
more datadumping
2020-09-17 15:34:15 -05:00
Seth Barberee
95b06d5d6b
split to decomp type name string functions
2020-09-17 12:18:11 -05:00
Seth Barberee
cbe3f0265b
dumped friend area names
2020-09-16 21:42:44 -05:00
Seth Barberee
8e58bc7515
adding more align stuff
2020-09-13 18:57:39 -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
7fa7e54165
more datadumping and starting to doc ewram components
2020-09-11 21:26:19 -05:00
Seth Barberee
5f1e84aa39
split friend area stuff to seperate file and work on more friend area warp scripts
2020-09-10 19:53:41 -05:00
Seth Barberee
f3317cbc11
dumped some friend area warp scripts
2020-09-10 19:26:38 -05:00
Seth Barberee
8d788ca347
split personality test data to different file and doc personality nature text table
2020-09-10 18:47:55 -05:00
Seth Barberee
acbe5a62e1
dumped starters a and partners
2020-09-10 18:04:23 -05:00
Seth Barberee
dad1e6c847
doc'ing more data from datacrytal
2020-09-09 20:31:02 -05:00
Seth Barberee
adc3a5e6bb
The great text dump of 2020
2020-09-08 18:46:58 -05:00
Seth Barberee
1661de58b2
doc a data thing
2020-09-08 17:21:48 -05:00
Seth Barberee
2a800c35f5
jobs/mail strings
2020-09-07 13:39:57 -05:00
Seth Barberee
9eb45b8f71
seems like some friend area strings
2020-09-07 13:32:30 -05:00
Seth Barberee
3fa8784821
more save string dumping
2020-09-07 13:09:06 -05:00
Seth Barberee
236e9a6715
more string dumping
2020-09-07 12:57:01 -05:00
Seth Barberee
0336f6e943
dumping dumping dumping
2020-09-07 12:41:31 -05:00
Seth Barberee
19c4992afc
dumped Yes/No strings
2020-09-07 12:33:32 -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
b22a2ac19e
document Team RnRanks
2020-09-05 13:56:17 -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
eadf34a632
did first datadummp, woo
2020-09-04 21:10:21 -05:00
shinny
cef20f5b34
decomp dungeon data getters
2020-06-02 14:56:12 -04:00
nullableVoidPtr
81f6704f3c
Use preprocessor for data asms, clean up sound/ and dump some text
2018-11-22 20:59:37 +08:00
nullableVoidPtr
c7045ae369
Identify, split, decompile m4a, and more
...
ResetSprites, gCharMemCursor, gSpriteCount; analysed subheaps; identified more file pointers
2018-11-20 15:04:02 +08:00
sceptillion
d08ba1f023
decompile some of file_system
2017-12-12 00:17:17 -08:00