Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-15 | sync region map data formats with pokeemerald | garak | |
2018-11-13 | ANIM_BANK -> ANIM_BATTLER and some newlines | garak | |
2018-11-13 | change createsprite macro | garak | |
2018-11-12 | Merge pull request #702 from PikalaxALT/patch-2 | Marcus Huderle | |
Resolve guard name collision | |||
2018-11-12 | Merge pull request #703 from Sewef/master | Marcus Huderle | |
Some Trainer_Card work | |||
2018-11-12 | Begin synchronisation part 2 | Slawter666 | |
2018-11-07 | Some Trainer_Card work | Sewef | |
- Labelled a function - Renamed the unknown tilemaps - Moves files to graphics\trainer_card | |||
2018-11-05 | Resolve guard name collision | PikalaxALT | |
2018-10-31 | Merge pull request #698 from Slawter666/synchronise | Marcus Huderle | |
Synchronise with pokeemerald | |||
2018-10-26 | move sound pan constants | garak | |
2018-10-20 | Continue synchronising | Slawter666 | |
2018-10-18 | More synching | Slawter666 | |
2018-10-17 | More synchronisation | Slawter666 | |
2018-10-17 | Further synchronisation | Slawter666 | |
2018-10-17 | Begin synchronising with pokeemerald | Slawter666 | |
2018-10-16 | sound efect panning constants | garak | |
2018-10-16 | document battle anim script commands | garak | |
2018-10-15 | finish naming anim tags | garak | |
2018-10-15 | Merge remote-tracking branch 'upstream/master' into battle-anim-labels | garak | |
2018-10-03 | Fix build | Marcus Huderle | |
2018-10-03 | Merge pull request #695 from garakmon/gfx-data | Marcus Huderle | |
graphics data | |||
2018-10-02 | graphics data | garak | |
2018-09-29 | Merge remote-tracking branch 'upstream/master' into battle-anim-labels | garak | |
2018-09-27 | ANIM_TAG defines | garak | |
2018-09-24 | second arg of sub_8078764 is bool8 | garak | |
2018-09-24 | Merge pull request #652 from garakmon/ice | Marcus Huderle | |
Decompile ice.s | |||
2018-09-19 | Add defines for tile, metatile, and palette count | Marcus Huderle | |
2018-09-15 | Voicegroups need names | Kermalis | |
2018-09-12 | Use spritesheets for event object and field effect pics (#686) | Marcus Huderle | |
Use spritesheets for event object pics | |||
2018-08-26 | Add 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-20 | Decompile even even more pokenav | Marcus Huderle | |
2018-08-19 | Merge remote-tracking branch 'upstream/master' into ice | Marcus Huderle | |
2018-08-19 | Decompile more pokenav | Marcus Huderle | |
2018-08-18 | Decompile more pokenav | Marcus Huderle | |
2018-08-17 | Decompile more pokenav | Marcus Huderle | |
2018-08-16 | Decompile even more pokenav | Marcus Huderle | |
2018-08-15 | Decompile more of pokenav | Marcus Huderle | |
2018-08-15 | Label unknowns and fillers, add constants to global.h, use constants in ↵ | Jo Ruby P | |
record_mixing.c and tv.c | |||
2018-08-15 | load_save.c uses constants defined in global.h | Jo Ruby P | |
2018-08-12 | Merge pull request #667 from garakmon/heal-loc | Marcus Huderle | |
Use constants for heal locations | |||
2018-08-10 | use heal location constants | garak | |
2018-08-09 | Label ball animations | Marcus Huderle | |
2018-07-31 | gUnknown_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-28 | gUnknown_08E77004 is now gBagScreen_Tilemap and corresponding ↵ | Jo Ruby P | |
unknown_E77004.bin is now bag_screen.bin and moved into interface | |||
2018-07-26 | Fix nonmatching SetPlayerSecretBaseRecordMixingParty() | Marcus Huderle | |
2018-07-26 | Fix nonmatching ChooseNextBattleTowerTrainer() | Marcus Huderle | |
2018-07-24 | Decompile the rest of pokemon_storage_system | Marcus Huderle | |
2018-07-22 | Merge pull request #658 from vblm12/trainer_data | Marcus Huderle | |
Copy the Trainer struct from pokeemerald and regen the trainers.h files. | |||
2018-07-20 | Copy the Trainer struct from pokeemerald. | vblm12 | |
Also regenerate trainers*.h | |||
2018-07-20 | Rename OPPONENT_ to TRAINER_ to match pokeemerald. | vblm12 | |