Age | Commit message (Collapse) | Author |
|
|
|
wild_encounter.c: port Feebas fix which was somehow in pokeemerald but not here
battle/anim/unused_9.c: match sub_80CFE2C (obfuscation of for variable when used in offsets)
field_effect_helpers.c: port MATCHING fixes from pokeemerald
tv.c: match sub_80C01D4 (uses a temp)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
* label, document, reorganize, and clean up battle_ai.c
* move stuff to battle.h and get rid of battle_2000000
* various changes
* labeling
* minor labels and formatting
* contest ai labels and misc stuff
|
|
* define some graphics data in C
* define wild pokemon in C
* use less #ifdefs
* define data in berry.c
|
|
|
|
|
|
* more labels and match sub_810745C
* formatting
* move BattleStruct to battle.h and combine both loose structs
* oops
* more labels for rom4.c
|
|
|
|
|
|
|
|
|
|
* Extract other external function declarations
* Fix GBA compilation
* Revert `sub_803C434` to asm
|
|
* 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
|
|
|
|
|
|
|
|
* purge text label redundancy in data2
* revo you dummy dont commit experimental changes like that
* Map header music constants
* Declare CoordEvent and BgEvent structs
* start labeling AI labels
* begin decompiling battle_setup.c
* more decompilation of battle_setup.c
* decompile even more battle_setup.c
* finish decompiling battle_setup.c aside from one function
* impeach PikalaxALT
* formatting
|
|
* start decompiling dewford_trend
* figure out some gSaveBlock1 members
* decompile more functions
* decompile sub_80FA4E4
* start decompiling record_mixing.c
* Decompile more code
* decompile more functions
* tabs to spaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* start decompiling wild_encounter
* decompile more code
* decompile more code
* decompile a few more functions
* try (unsuccessfully) to decompile StandardWildEncounter
* more work trying to get it to match
* finish decompiling all that I can
* clean up a bit and fix whitespace issues
* tab to spaces
|