summaryrefslogtreecommitdiff
path: root/src/rom_8011DC0.c
AgeCommit message (Collapse)Author
2019-03-24Split out the remaining wireless-related filesMarcus Huderle
2019-03-08Merge branch 'master' into extern-cleanupPhlosioneer
2019-03-02Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-03-02Clean up the last extern functionsPhlosioneer
2019-02-26Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-02-26Merge branch 'master' into multiplayer-stuffPhlosioneer
2019-02-26Incorporate feedbackPhlosioneer
2019-02-22Start porting pokeruby vars to pokeemeraldPhlosioneer
2019-02-22Give window drawing functions better namesPhlosioneer
2019-02-21Improve window palette macrosPhlosioneer
2019-02-21Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-02-21Merge branch 'master' into multiplayer-stuffPhlosioneer
2019-02-18Clean up mistakes and bad formattingPhlosioneer
2019-02-15Finish and polish new_game.cPhlosioneer
Only one function is left undocumented. I tried to go into the assembly to at least name it, but it clears fields in the save block that aren't even documented yet.
2019-02-11Document main_menu state machine, name window constantsPhlosioneer
The new names for the constants (and newly named functions) give a much better understanding of what the window system is trying to do.
2019-02-10Reverse engineered many of the multiplayer eventsPhlosioneer
Some corrections to the way events are handled and identified.
2019-02-10Done documenting link code in overworld.cPhlosioneer
2019-02-10Start renaming symbolsPhlosioneer
I finally figured out what the code is trying to do. I have a foothold; the rest should follow.
2019-02-02Merge pull request #536 from DizzyEggg/menuDiegoisawesome
Use Menu and List Menu input defines
2019-02-02Clean up ram varsDizzyEggg
2019-02-02Fix Menu and List Menu input definesDizzyEggg
2019-01-20document more of trainer cardDizzyEggg
2018-12-31Merge branch 'master' of github.com:pret/pokeemerald into tradeDiegoisawesome
2018-12-31Cleanup and documentationDiegoisawesome
2018-12-27Misc overworld documentationMarcus Huderle
2018-12-24clear headers moreDizzyEggg
2018-12-09Merge branch 'master' into weatherDizzyEggg
2018-12-08Finish field screenDizzyEggg
2018-12-06Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵nullableVoidPtr
spaces -> tabs
2018-12-06Fix alloc.c as per #386, define INVALID_ constants and rename malloc to ↵nullableVoidPtr
alloc as per #325 Some of the INVALID_ are likely erroneously placed, due to lack of documentation
2018-12-02Some more rom 8011dc0 workDizzyEggg
2018-12-02finish link rfu and fix rom 8011dc0DizzyEggg
2018-11-25Fixup some namesMarcus Huderle
2018-10-16Port/decompile field_control_avatarDiegoisawesome
2018-10-13Port/decompile cable_club.sDiegoisawesome
2018-09-04Bring labels for overworld.c over from pokerubySlawter666
2018-09-01Fix the strings length issueDizzyEggg
2018-08-25Document battle dome.DizzyEggg
2018-07-22merge union room with masterDizzyEggg
2018-07-22make union room compile i guessDizzyEggg
2018-06-10union room is too hardDizzyEggg
2018-06-09union room prepare for battleDizzyEggg
2018-06-04through sub_80156C8DizzyEggg
2018-06-04more link stuffDizzyEggg
2018-06-03still goingDizzyEggg
2018-06-03more progressDizzyEggg
2018-06-01shabby beginningsDizzyEggg
2017-11-11Reinfer file boundariesPikalaxALT