summaryrefslogtreecommitdiff
path: root/src/frontier_util.c
AgeCommit message (Collapse)Author
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-07Document more battle pyramidMarcus Huderle
2019-01-13Decompile trainer hillDizzyEggg
2018-12-27Misc overworld documentationMarcus Huderle
2018-12-25use max mon moves constant where able (#480)melthelesbian
* use max mon moves constant where able * fix errors in script commands file * fix more errors
2018-12-10Merge pull request #422 from garakmon/frontier_data_1Diegoisawesome
Battle tower data
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-05Finish porting battle frontier dataDizzyEggg
2018-11-27Finish frontier dataDizzyEggg
2018-11-27clean frontier datagarak
2018-11-27Merge remote-tracking branch 'upstream/master' into frontier-datagarak
2018-11-27frontier pike and pyramid datagarak
2018-11-26Merge pull request #396 from DizzyEggg/attemptMarcus Huderle
Match some functions
2018-11-26Fix indentationDizzyEggg
2018-11-25Fixup some namesMarcus Huderle
2018-11-11Factory doneDizzyEggg
2018-11-05frontier util review changesDizzyEggg
2018-11-01Finish frontier utilDizzyEggg
2018-11-01Document recorded battleDizzyEggg
2018-10-30Make frontier util compileDizzyEggg
2018-10-30why is this function so hard to matchDizzyEggg
2018-10-28Frontier, finish ranking hallDizzyEggg