summaryrefslogtreecommitdiff
path: root/src/link.c
AgeCommit message (Collapse)Author
2017-01-04more labels (#159)ProjectRevoTPP
* labels for tv.c and tv.s * match function prologue a little bit better * whoops * label and document lottery_corner.c * gSoftResetDisabled * add labels for main_menu.c * labels for metatile_behavior.c
2017-01-02battle type constantsYamaArashi
2017-01-02gBattleTypeFlagsYamaArashi
2016-12-12Fix various warningsMarijn van der Werf
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-05script special variablesYamaArashi
2016-10-29fix typo in function nameYamaArashi
2016-10-24rename more functionsYamaArashi
2016-10-02Change some plain numbers to defined constants (#51)camthesaxman
2016-09-30clean up sound codeYamaArashi
2016-09-25delete filler variables from link.cYamaArashi
2016-09-25begin using common symbolsYamaArashi
2016-09-16purge text label redundancy in data2 (#44)ProjectRevoTPP
2016-09-05simplify function namesYamaArashi
2016-09-05rename menu functionsYamaArashi
2016-07-24RNG headerYamaArashi
2016-06-10switch order of fill macros from dest, value to value, destYamaArashi
2016-06-10decompile palette.cYamaArashi
2016-06-09double-colon global labels in preproc; misc other stuffYamaArashi
2016-06-05link.cYamaArashi