summaryrefslogtreecommitdiff
path: root/src/field_effect.c
AgeCommit message (Collapse)Author
2017-06-11Get those two functions matching. Thanks camthesaxman\!scnorton
2017-06-11Use CpuCopy and CpuFill macrosPikalaxALT
2017-06-10Attempt at decompiling field effect for sending out pokemon for field movePikalaxALT
2017-06-10Init functions for FieldMoveShowMonPikalaxALT
2017-06-10Another map-changing field effect (evil team hideout warp pads?)PikalaxALT
2017-06-09FldEff_PopOutOfAsh (misnamed?)PikalaxALT
2017-06-09FldEff_LavaridgeGymWarpPikalaxALT
2017-06-09Second half of Flannery gym animation (increased uncertainty about which ↵PikalaxALT
direction it is for)
2017-06-09Field Effect first half of lavaridge gym fall downPikalaxALT
2017-06-08Dive field effectPikalaxALT
2017-06-08Waterfall field effectPikalaxALT
2017-06-07okay this isn't fly, but wtf is it? whatever it is, it's finishedPikalaxALT
2017-06-07Fly-related functions?PikalaxALT
2017-06-07sub_8086870 (nonmatching)scnorton
2017-06-07Up through sub_80867AC (nonmatching wip)PikalaxALT
2017-06-06Some functions related to queueing overworld fly fldeffPikalaxALT
2017-06-06Pokecenter and HOF field effects, 2PikalaxALT
2017-06-06Pokecenter Heal and Hall Of Fame Record Effect, 1scnorton
2017-06-06Pick up decompiling field_effect.sscnorton
2017-05-09file renamingYamaArashi
2017-04-27Sort includesMarijn van der Werf
2017-04-08finish decompiling item_use.c (#244)ProjectRevoTPP
* nonmatching sub_80C9720 and decompile sub_80C9838 * finish decompiling Itemfinder functions. * decompile ItemUseOutOfBattle_PokeblockCase and ItemUseOutOfBattle_CoinCase * rename field_doortransition * rename weather file * decompile more of item_use.c * decompile up to repel code * decompile up to stat increase code * finish decompiling item_use.c * remove item_use from ld_script
2017-01-17Sort includesMarijn van der Werf
2017-01-17Move `gStringVar` declarations to text.hMarijn 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-18decompile field_effect.cYamaArashi