summaryrefslogtreecommitdiff
path: root/src/safari_zone.c
AgeCommit message (Collapse)Author
2018-10-17Further synchronisationSlawter666
2018-06-19Label various overworld-related thingsMarcus Huderle
2018-04-09Rename referenced unref_sub_*PikalaxALT
2018-04-08through DebugMenu_SafariPikalaxALT
2018-02-18remove subdirectoriescamthesaxman
2017-08-12split out src/ directory into categorized subdirectories.ProjectRevoTPP
2017-06-19Battle labels named (#333)DizzyEggg
* Changed battle labels
2017-06-16Merge remote-tracking branch 'marijn/clean/headers'yenatch
2017-06-15move player_pc data to C file and do a lot of labelingProjectRevoTPP
2017-05-26Sort includesMarijn van der Werf
2017-05-26Add headersMarijn van der Werf
2017-01-17Sort includesMarijn van der Werf
2017-01-17Move `gStringVar` declarations to text.hMarijn van der Werf
2017-01-05more labels (#165)ProjectRevoTPP
* more labels and match sub_810745C * formatting * move BattleStruct to battle.h and combine both loose structs * oops * more labels for rom4.c
2017-01-02event_data.cYamaArashi
2016-12-02[WIP] Extract all external function declarations to headers (#114)Marijn van der Werf
* Extract other external function declarations * Fix GBA compilation * Revert `sub_803C434` to asm
2016-11-30Declare more non-static functions in header files (#111)Marijn van der Werf
* Declare more non-static functions in header files * Use `(void)` for functions without arguments. * Move global-included data to seperate headers * Don't import types or global in header * Fix fieldmap imports * Revert in-code changes * Add missing newlines
2016-11-11more cleanup (#98)Cameron Hall
2016-11-11cleanupYamaArashi
2016-11-08safari_zone.c (#94)fl4shk
* about halfway through with safari_zone.c * Figured out more of UnkSafariZoneStruct * Finished safari_zone.c