summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2018-10-06Merge pull request #320 from DizzyEggg/animsMarcus Huderle
Document battle animation scripts
2018-10-06Added new findings about invalid version IDs.Deokishisu
After transferring Pokemon up to Gen 6 and then to Gen 7, I discovered that invalid version IDs display the "a distant land" string that is used for the Gamecube games, so that information was added in a comment. Also clarified that it's not just Gen 4 that displays the Johto string, it's Gen 4 and up.
2018-10-06Label most of the anim tagsDizzyEggg
2018-10-06Fix captitalization of HGSS in comment and match FRLG formatting in enumDeokishisu
2018-10-06Match comment formattingDeokishisu
2018-10-06Document all possible VERSION_ numbers and add them to the enumDeokishisu
2018-10-05Fixed a small errorTetrable
2018-10-05Start anim tagsTetrable
2018-10-04Move metatile behavior constants to include/constants and sync closer to ↵Marcus Huderle
pokeruby
2018-09-22Merge pull request #339 from Kermalis/masterDiegoisawesome
Rename voicegroups
2018-09-22Rename voicegroupsKermalis
2018-09-22Merge branch 'master' of github.com:pret/pokeemeraldDiegoisawesome
2018-09-22Merge remote-tracking branch 'Tetra/master'Diegoisawesome
2018-09-22Use macros and defines in tileset_animsDiegoisawesome
2018-09-22gRandomMove to gCalledMoveDizzyEggg
2018-09-20Label trainer hill battle typeDizzyEggg
2018-09-20Give labels to healthbox gfxDizzyEggg
2018-09-20Document some not labeled battle thingsDizzyEggg
2018-09-18Merge branch 'master' of github.com:pret/pokeemeraldDiegoisawesome
2018-09-18Add defines for tile, metatile, and palette countDiegoisawesome
2018-09-16Merge pull request #326 from DizzyEggg/cablecarutilDiegoisawesome
Decompile cable_car_util.c
2018-09-15More of slot machineDizzyEggg
2018-09-15decompile cable car util which has nothing to do with actual cable carDizzyEggg
2018-09-14Merge pull request #324 from Diegoisawesome/masterDiegoisawesome
Document main_menu
2018-09-14Document main_menuDiegoisawesome
2018-09-12Merge branch 'master' into animsDizzyEggg
2018-09-12Sync battle anim labels with pokerubyDizzyEggg
2018-09-11Merge pull request #321 from Slawter666/dataDiegoisawesome
Move more data to C
2018-09-11Move battle_bg data to CSlawter666
2018-09-11Move item_use data to CSlawter666
2018-09-10Document battle animation scripts.DizzyEggg
2018-09-10Battle Factory is decompiled and documented.DizzyEggg
2018-09-09Merge branch 'decompile_frontier_2' of ↵Slawter666
https://github.com/DizzyEggg/pokeemerald into factory-data
2018-09-08Standartize AddTextPrinterParametrized functions,DizzyEggg
2018-09-08Change overworld_frame macro to use tilesDiegoisawesome
2018-09-08Merge branch 'Slawter666-spritesheet'Diegoisawesome
2018-09-07Macroize main_menu and general cleanupDiegoisawesome
2018-09-07Format event object pic tablesSlawter666
2018-09-06checkpointMarcus Huderle
2018-09-05Merge pull request #313 from ultima-soul/overworld_and_mappingDiegoisawesome
Implemented gRegionMapSectionId_To_PopUpThemeIdMapping array to be de…
2018-09-05Fixed a typo.ultima-soul
2018-09-05Implemented gRegionMapSectionId_To_PopUpThemeIdMapping array to be dependent ↵ultima-soul
on Map Section ID enum rather than order dependent.
2018-09-04Bring labels for overworld.c over from pokerubySlawter666
2018-09-03More Battle FactoryDizzyEggg
2018-09-02Label event_object_movement.cSlawter666
2018-09-02More battle factory workDizzyEggg
2018-09-02Start battle factoryDizzyEggg
2018-09-01Start decompiling shop.cMarcus Huderle
2018-09-01Fix the strings length issueDizzyEggg
2018-09-01Label various battle scriptsDizzyEggg