summaryrefslogtreecommitdiff
path: root/include/global.h
AgeCommit message (Collapse)Author
2017-05-19DoTVShowPokemonFanClubOpinionsPikalaxALT
2017-05-19Plug another hole in tv.cPikalaxALT
2017-05-19DoTVShowPokemonAnglerPikalaxALT
2017-05-19DoTVShowInSearchOfTrainersPikalaxALT
2017-05-18sub_80BEE84PikalaxALT
2017-05-18SetContestCategoryStringVarForInterviewPikalaxALT
2017-05-18sub_80BF154PikalaxALT
2017-05-18sub_80BF1B4PikalaxALT
2017-05-18Another set of functions responsible for initializing TV shows?PikalaxALT
2017-05-18Another chunk of fns; move tv show enums to new include/tv.h for easier ↵PikalaxALT
reference
2017-05-18sub_80EB6FC in easy_chat.cPikalaxALT
2017-05-18Merge tv show list and extra attributes into a single structPikalaxALT
2017-05-17More tv fnsPikalaxALT
2017-05-17sub_80BE9D4 (mostly matching)PikalaxALT
2017-05-17More work on tvPikalaxALT
2017-05-16ClearTVShowDataPikalaxALT
2017-05-16sub_80BC300 (nonmatching)PikalaxALT
2017-05-16sub_80BBDD0 (nonmatching)PikalaxALT
2017-05-16sub_80BBCCC (almost matching)PikalaxALT
2017-05-15Disassemble a function called by the secret base clearing routinePikalaxALT
2017-05-08fix some nonmatching functions (#284)Cameron Hall
* fix some nonmatching functions * delete trailing whitespace
2017-05-08decompile roamer.sYamaArashi
2017-05-08Decompile ShowLinkBattleRecordsMarijn van der Werf
2017-05-07Start decompiling easy_chatMarijn van der Werf
2017-05-05Various German patchesMarijn van der Werf
2017-05-04use macros and defines for save.c making it easier to add new sectionsProjectRevoTPP
2017-05-03introduce YesNoFuncTable structYamaArashi
2017-05-03clean up whitespaceYamaArashi
2017-05-03decompile a little more of player_pc.c and dump half of battle_anim data ↵ProjectRevoTPP
incbins (#254) * matching sub_813A280 and sub_813A4B4 * move data to item_use.c * slightly less ugly NewGameInitPCItems * more less ugly NewGameInitPCItems - Game Freak doesn't know how to use structs * decompile HandleQuantityRolling and sub_813A6FC * partially label and comment battle_anim.c * decompile sub_813A794 and sub_813A83C * minor comments on battle_anim.c * decompile up to GF shenanigans #14390 * up to GF shenanigans #38571 * dump half of battle_anim_80CA710.s incbins * dump most incbins from battle_anim_812C144.s * obj_rot_scal fixes * subsprite * i cant even identify byte arrays
2017-03-18reorganize and add new headers for many filesProjectRevoTPP
2017-01-31make ROM match again (#227)ProjectRevoTPP
* some labels and enumerate player speeds * clear up speed enums * GetPlayerSpeed * oops * start decompiling mauville_old_man.c * formatting * decompile more of mauville_old_man.c * someone fix this please * formatting * make ROM build again * formatting again * make ROM match again
2017-01-29start decompiling mauville_old_man.c (#225)ProjectRevoTPP
* some labels and enumerate player speeds * clear up speed enums * GetPlayerSpeed * oops * start decompiling mauville_old_man.c * formatting * decompile more of mauville_old_man.c * someone fix this please * formatting * make ROM build again * formatting again
2017-01-17Move `gStringVar` declarations to text.hMarijn van der Werf
2017-01-14decompile unknown_debug_menuYamaArashi
2017-01-11decompile braille_puzzles.c (#187)ProjectRevoTPP
* begin decompiling braille_puzzles.c * finish decompiling braille_puzzles.c
2017-01-10finish decompiling field_control_avatar.c (#182)Cameron Hall
* start decompiling field_control_avatar.c * remove field_control_player_avatar.c * finish decompiling * cleanup * var and flag constants
2017-01-05global.h formattingYamaArashi
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-04decompile clock.c (#161)ProjectRevoTPP
* remove matsuda debug menu from ld_script * decompile clock.c * formatting
2017-01-04Emerald version enumYamaArashi
2017-01-03Partly decompile tv showMarijn van der Werf
2017-01-02label and document berry.c, decompress.c, item_use.c and label ↵ProjectRevoTPP
gBattleTypeFlags (#146) * make ROM match again * clean up item_use.c labels and clarify functions. * label and clarify some functions in decompress.c * label and clarify berry.c * rename 20239F8 to gBattleTypeFlags * formatting
2017-01-01mail data in save block 1YamaArashi
2016-12-29use BUGFIX ifdefsYamaArashi
2016-12-17Rename `charset` and use macro for build languageMarijn van der Werf
2016-12-11decompile load_save.c (#125)ProjectRevoTPP
* start decompiling load_save.c * almost finish decompiling load_save.c * finish decompiling load_save.c * i cannot hex math * formatting
2016-12-04formattingYamaArashi
2016-12-04Decompile sub_8093110 and sub_8093130Marijn 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