Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-15 | Sese's April/May Dump (#37) | Seth Barberee | |
* splitting lots of pokemon square and labeling lots of other things * actually commit this stuff * more moving data and things * more screen work * split out some pokemon dungeon data * lots of data work * push more data work * split kecleon, decomp another kanghaskhan func, and try to doc UpdateBGControl more * lots of item work * label more item things * subtype -> category and doc types/category | |||
2021-01-20 | mass doc'ing of symbols and some tiny decomp work | Seth Barberee | |
2020-12-12 | Text data cleanup! (#6) | Mateusz Naściszewski | |
* 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-10-07 | seperate out each color in the palette | Seth Barberee | |
2020-10-05 | sorting out more data | Seth Barberee | |
2020-10-05 | dump unk_data and doc according to datacrystal | Seth Barberee | |
2017-12-11 | split file archives | sceptillion | |
2017-12-10 | initial commit | sceptillion | |