Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-23 | Miscellaneous Work (Again) (#31) | Seth Barberee | |
* move some personality data from asm to C * combine personality_test files and add my close attempt at RedrawPartnerSelectionMenu * decomp some more wonder mail funcs and label some more data * lots of data splitting and move some to src * split out more dungeon data * continue splitting out more dungeon data * doc rescue team rank/pts funcs/data and exclusive pokemon ewram * doc more sound things and decomp a func * decomp LoadTeamRankBadge and label some data members * split out rescue team and text util stuff * forgot a constant * match a few funcs and clean up a few * cleaned up sub_80A28B4 | |||
2021-02-07 | Some Personality and data (#26) | Seth Barberee | |
* decomp few personality funcs and clean up some pointers in the dungeon data * de-pointer-ify friend area dialogue * clean pointers on a personality test question * decomp a few more main menu funcs and dump some more data * label some funcs | |||
2021-01-28 | small dungeon work.. to trigger webhook | Seth Barberee | |
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-31 | more data sifting | Seth Barberee | |
2020-10-29 | split out main story dungeon floor data | Seth Barberee | |
2020-10-18 | split dungeon sbin so I can work on the main dungeon floor data | Seth Barberee | |