summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2021-03-30Move some data and Splitting (#32)Seth Barberee
* move friend area settings to src * split out playtime into different C file and decomp a few more funcs * time -> play_time * fix include * split out more wonder mail stuff * unify 203B2C0 and unkDungeon structs. snuck in a decomp func too * split out more menu screens * work some more on trade items * doc a few more things * add a close nonmatch and decomp nullsub and small func * rollback struct attempt since it causes nonmatchings * only one func left in asm * death to trade_item asm and unify into one C file * more docing and cleanup * label main menu and trade items menu global menu struct * doc itemMode
2021-03-23Miscellaneous 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-03-12Miscellaneous Work (Again) (#30)Seth Barberee
* work on debug menu and document that and main menu * split, decomp, label more funcs * split exclusive pokemon data out into C * macro-ize exlusive pokemon data * decomp 2 more funcs * decomp a few more * finally match PromptNewQuestion * woot 7% aka more debug menu stuff
2021-02-27Miscellaneous decomp/labeling/splitting (#29)Seth Barberee
* lots of wonder mail work, credits and label some stuff * nonmatch one intr func, match another, and label unused intr func * seperate credits out * split out debug menu and other stuff that isn't main menu * label another func * label some more funcs
2021-02-21Fully decomp save.s (#28)Seth Barberee
* some work on decomping more save stuff * code cleanup and decomp another save func * fully decomp save and combine split save c files * fix two nonmatchings
2021-02-19Decomp more of personality_test (#27)Seth Barberee
* decomp most of personality_test * just gonna move the funcs to src in assembly for now so I can combine stuff * label another func and some cleanup * one func of personality test left in asm * small cleanups and labeling of funcs
2021-02-07Some 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-31Main Menu and Scripts (#25)Seth Barberee
* label more funcs, dump scripts/text, and decomp main menu * decomp vram func and dump more data * add forgotten file * get rid of goto in UpdateMenu
2021-01-28small dungeon work.. to trigger webhookSeth Barberee
2021-01-22more headway on Pokemon funcs and labeled in asmSeth Barberee
2021-01-22split out all dungeon floor id dataSeth Barberee
2021-01-20mass doc'ing of symbols and some tiny decomp workSeth Barberee
2020-12-31Friend Area Decomp Work (#15)Seth Barberee
split out and work on friend area stuff
2020-12-15Wonder mail Pt. 1 (#11)Seth Barberee
Some work on decomping/labeling wonder mail. Renamed corresponding assembly/C files. Labeled a few strings in data too.
2020-12-15Translating DecompressionMateusz Naściszewski
Hopefully part one of many, some NONMATCHINGs in the larger functions, sadly.
2020-12-13Continue dumping and documenting stringsMateusz Naściszewski
2020-12-12Improve calcrom, add incbin counting, fix a few existing issues (#7)Mateusz Naściszewski
2020-12-12dump/label more data from data_800D090Seth Barberee
2020-12-12Text 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-12-11Move personality test data out of data_80EBA18 (#5)Mateusz Naściszewski
2020-12-11data_80F4278.s dumping (#4)Mateusz Naściszewski
* Dumping menu text, part 1 * Continuing to dump text * Renamed actions array according to suggestion
2020-12-11Resolve a few text incbins (#3)Mateusz Naściszewski
2020-12-05split more main_data offSeth Barberee
2020-12-04splitting more dungeon floor dataSeth Barberee
2020-12-03split out more floor dataSeth Barberee
2020-12-02slight cleanupSeth Barberee
Found a few things when I attempted to decompile GameLoop.
2020-12-02Added missing personality test results (#2)z80rotom
2020-11-24fix up matchingSeth Barberee
2020-11-24Revert "more data dumping"Seth Barberee
This reverts commit 88cac2003455015f0fba13c38e3e617c472aa7bd.
2020-11-24more data dumpingSeth Barberee
2020-11-21some more data dump workSeth Barberee
2020-11-20dumping some more textSeth Barberee
2020-11-17data dumping and doc'ingSeth Barberee
2020-11-14more decomping and some data dumpingSeth Barberee
2020-11-07some data dumping and doc # of friend areasSeth Barberee
2020-11-07continue my slow paceSeth Barberee
2020-11-03remove tiny text data fileSeth Barberee
2020-11-03start converting personality descriptionsSeth Barberee
2020-11-03conntinue datadumpingSeth Barberee
2020-11-02some more data dumpingSeth Barberee
2020-10-31more data siftingSeth Barberee
2020-10-30stringify categories 1-2 on personality testSeth Barberee
2020-10-30seperate each personality questionSeth Barberee
2020-10-29doc some stringsSeth Barberee
2020-10-29pointer up these stringsSeth Barberee
2020-10-29add pointers for shifting stuff aroundSeth Barberee
2020-10-29splitting more post story floor dataSeth Barberee
2020-10-29main data from story line dungeon split outSeth Barberee
2020-10-29split out main story dungeon floor dataSeth Barberee
2020-10-28continue splitting dungeon floor id data by dungeonSeth Barberee