Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-18 | Rename some flags, and use map ID macros | Phlosioneer | |
2019-02-15 | Document the regi* code more | Phlosioneer | |
Fixed some confusing naming, named some unknown symbols, and fixed the names of some flags. | |||
2019-02-10 | Reverse engineered many of the multiplayer events | Phlosioneer | |
Some corrections to the way events are handled and identified. | |||
2019-02-09 | Give proper names to dynamic map layouts | Marcus Huderle | |
2019-02-04 | Cleanup and add game version flag to mapjson tool | Marcus Huderle | |
2019-01-31 | Convert map data to JSON | Marcus Huderle | |
2019-01-29 | Define layout constants | Marcus Huderle | |
2019-01-21 | Add var const prefix for some missed var numbers | Diegoisawesome | |
2019-01-13 | Merge branch 'master' into trainer_hill | DizzyEggg | |
2019-01-13 | Move some vars to C | DizzyEggg | |
2019-01-08 | Rename non-mapsec constants | Diegoisawesome | |
2019-01-05 | Update constants | Slawter666 | |
2019-01-03 | Relabel TEMP_FLAG_20 into FLAG_UNUSED_0x020 | Tetrable | |
2019-01-03 | Fix merge conflicts | Tetrable | |
2019-01-03 | Corrected typos | Tetrable | |
2019-01-02 | Decompile match_call.c | Marcus Huderle | |
2019-01-02 | Fix merge conflicts | Tetrable | |
2019-01-02 | Finish off labelling flags | Tetrable | |
2018-12-29 | add event object var references | Melody | |
2018-12-29 | a bit more of contest painting effect | DizzyEggg | |
2018-12-29 | Cleanup formatting | Marcus Huderle | |
2018-12-29 | Document deoxys rock | Marcus Huderle | |
2018-12-28 | improve checkplayergender calls | Melody | |
clean up constant definitions make tweaks from review | |||
2018-12-27 | Misc overworld documentation | Marcus Huderle | |
2018-12-25 | Document mirage_tower.c. (Combine fldeff_groundshake.c and fossil_specials.c) | Marcus Huderle | |
2018-12-20 | Merge with master | DizzyEggg | |
2018-12-19 | Merge pull request #440 from garakmon/fldeff | Diegoisawesome | |
Decompile / port fldeff_80F9BCC | |||
2018-12-19 | update applymovement to remove magic numbers | Melody | |
2018-12-16 | Merge branch 'master' into fldeff | garak | |
2018-12-15 | Up to sub 0x80ce580 | DizzyEggg | |
2018-12-10 | Merge pull request #422 from garakmon/frontier_data_1 | Diegoisawesome | |
Battle tower data | |||
2018-12-09 | use facility class constants | garak | |
2018-12-09 | decompile fldeff_80F9BCC with data | garak | |
2018-12-09 | Merge branch 'master' into weather | DizzyEggg | |
2018-12-08 | Clean up field weather | DizzyEggg | |
2018-12-08 | Merge remote-tracking branch 'upstream/master' | nullableVoidPtr | |
2018-12-07 | Document trainer battle scripts (#430) | DizzyEggg | |
2018-12-07 | Tabs -> spaces & align in include/ | nullableVoidPtr | |
2018-12-05 | Finish porting battle frontier data | DizzyEggg | |
2018-12-05 | document pokédex options | Melody | |
2018-12-03 | fix merge conflicts | garak | |
2018-12-03 | Fix merge conflicts | DizzyEggg | |
2018-12-03 | Make data easier to edit | DizzyEggg | |
2018-12-03 | tweak alignment | Melody | |
2018-12-03 | fix brendan/may/wally consistency issues | Melody | |
2018-12-03 | tweak alignment | Melody | |
2018-12-02 | begin batle tower data | garak | |
2018-12-02 | add more consistent names | Melody | |
2018-12-02 | trainerbattle_normal → trainerbattle_single | Melody | |
* trainerbattle_normal → trainerbattle_single * TRAINER_BATTLE_NORMAL → TRAINER_BATTLE_SINGLE * improves the macro documentation a little | |||
2018-12-02 | cleans up trainer battle scripts | Melody | |
* adds battle type macros * adds `trainerbattle_normal` macro * adds `trainerbattle_double` macro * adds rematch macros * adds no intro macro |