summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2019-01-15sync region map data formats with pokeemeraldgarak
2018-11-13ANIM_BANK -> ANIM_BATTLER and some newlinesgarak
2018-11-13change createsprite macrogarak
2018-11-12Merge pull request #702 from PikalaxALT/patch-2Marcus Huderle
Resolve guard name collision
2018-11-12Merge pull request #703 from Sewef/masterMarcus Huderle
Some Trainer_Card work
2018-11-12Begin synchronisation part 2Slawter666
2018-11-07Some Trainer_Card workSewef
- Labelled a function - Renamed the unknown tilemaps - Moves files to graphics\trainer_card
2018-11-05Resolve guard name collisionPikalaxALT
2018-10-31Merge pull request #698 from Slawter666/synchroniseMarcus Huderle
Synchronise with pokeemerald
2018-10-26move sound pan constantsgarak
2018-10-20Continue synchronisingSlawter666
2018-10-18More synchingSlawter666
2018-10-17More synchronisationSlawter666
2018-10-17Further synchronisationSlawter666
2018-10-17Begin synchronising with pokeemeraldSlawter666
2018-10-16sound efect panning constantsgarak
2018-10-16document battle anim script commandsgarak
2018-10-15finish naming anim tagsgarak
2018-10-15Merge remote-tracking branch 'upstream/master' into battle-anim-labelsgarak
2018-10-03Fix buildMarcus Huderle
2018-10-03Merge pull request #695 from garakmon/gfx-dataMarcus Huderle
graphics data
2018-10-02graphics datagarak
2018-09-29Merge remote-tracking branch 'upstream/master' into battle-anim-labelsgarak
2018-09-27ANIM_TAG definesgarak
2018-09-24second arg of sub_8078764 is bool8garak
2018-09-24Merge pull request #652 from garakmon/iceMarcus Huderle
Decompile ice.s
2018-09-19Add defines for tile, metatile, and palette countMarcus Huderle
2018-09-15Voicegroups need namesKermalis
2018-09-12Use spritesheets for event object and field effect pics (#686)Marcus Huderle
Use spritesheets for event object pics
2018-08-26Add Defines for Pokedex Related Numbers and Fixed Comment in birch_pc.c (#680)ultima-soul
* Changed pokedex_orders.h to use defines from species.h * Fixed leading white space by converting tabs to 4 spaces. * Removed comments as they are redundant. * Added German comments back. * Added defines for Pokedex Count and Species Count related numbers * Fix a comment in birch_pc.c * Added HOENN_DEX_COUNT to birch_pc.
2018-08-20Decompile even even more pokenavMarcus Huderle
2018-08-19Merge remote-tracking branch 'upstream/master' into iceMarcus Huderle
2018-08-19Decompile more pokenavMarcus Huderle
2018-08-18Decompile more pokenavMarcus Huderle
2018-08-17Decompile more pokenavMarcus Huderle
2018-08-16Decompile even more pokenavMarcus Huderle
2018-08-15Decompile more of pokenavMarcus Huderle
2018-08-15Label unknowns and fillers, add constants to global.h, use constants in ↵Jo Ruby P
record_mixing.c and tv.c
2018-08-15load_save.c uses constants defined in global.hJo Ruby P
2018-08-12Merge pull request #667 from garakmon/heal-locMarcus Huderle
Use constants for heal locations
2018-08-10use heal location constantsgarak
2018-08-09Label ball animationsMarcus Huderle
2018-07-31gUnknown_08E96EC8 is now gBagScreenLabels_Tilemap and corresponding ↵Jo Ruby P
unknown_E96EC8.bin is now bag_screen_labels.bin and moved into interface.
2018-07-28gUnknown_08E77004 is now gBagScreen_Tilemap and corresponding ↵Jo Ruby P
unknown_E77004.bin is now bag_screen.bin and moved into interface
2018-07-26Fix nonmatching SetPlayerSecretBaseRecordMixingParty()Marcus Huderle
2018-07-26Fix nonmatching ChooseNextBattleTowerTrainer()Marcus Huderle
2018-07-24Decompile the rest of pokemon_storage_systemMarcus Huderle
2018-07-22Merge pull request #658 from vblm12/trainer_dataMarcus Huderle
Copy the Trainer struct from pokeemerald and regen the trainers.h files.
2018-07-20Copy the Trainer struct from pokeemerald.vblm12
Also regenerate trainers*.h
2018-07-20Rename OPPONENT_ to TRAINER_ to match pokeemerald.vblm12