summaryrefslogtreecommitdiff
path: root/src/data
AgeCommit message (Collapse)Author
2020-04-28Index heal location data, use better namesGriffinR
2020-04-06only add endif where ifdef was added by wild_encounter inja templategarakmon
2020-02-12Restructure src/data/object_events and src/data/field_effectsMarcus Huderle
2020-02-12Sync with pret/pokeemerald:959GriffinR
2020-02-12Standardize Event Object to Object EventGriffinR
2019-10-16remove empty groups from wild encounter fields json objectsgarak
2019-10-16add fishing rod groups to encounter jsongarak
2019-10-02Merge branch 'master' into debug-englishPikalaxALT
2019-09-08Merge pull request #744 from garakmon/pokenav-dataPikalaxALT
Pokenav Data Decomp (take 2)
2019-09-08Merge pull request #753 from ultima-soul/synchronizePikalaxALT
Synchronize bard_music data organization with pokeemerald
2019-09-05Merge pull request #755 from garakmon/encounter_jsonPikalaxALT
Wild Encounters to Json
2019-08-29name event object pointer indicesgarak
2019-08-24Rename old_charmap and move from graphics-de/unused to graphics/debug.easyaspi314 (Devin)
The debug battle text is in English on German ROMs and Japanese on English ROMs. Additionally, old_charmap.bin held the actual text. Weird. I also choose the English when DEBUG_TRANSLATE is on.
2019-08-01use encounter slot constants, fix some gfxgarak
2019-08-01convert wild encounters to jsongarak
2019-07-31Finish synchronizing bard_music data organization.ultima-soul
2019-07-30Start bard_music synchronization.ultima-soul
2019-07-29name trainers eye messages, use constants in some pokenav rodatagarak
2019-07-28combine battle interface graphics filescamthesaxman
2019-07-19change tilemaps to u32garak
2019-07-18finish pokenav data decompgarak
2019-07-18continue pokenav data decompilegarak
2019-04-05Fixed formattingShinyDragonHunter
2019-04-05Defined OLD_UNOWN base stats in a macroShinyDragonHunter
2019-01-15sync region map data formats with pokeemeraldgarak
2018-12-07Use real apostrophes instead of fake onesMelody
2018-11-07Some Trainer_Card workSewef
- Labelled a function - Renamed the unknown tilemaps - Moves files to graphics\trainer_card
2018-10-03Fix buildMarcus Huderle
2018-10-03fix include pathsgarak
2018-10-03split berry, trainer, and pokemon datagarak
2018-10-02graphics datagarak
2018-09-12Use spritesheets for event object and field effect pics (#686)Marcus Huderle
Use spritesheets for event object pics
2018-08-22 Changed pokedex_orders.h to use defines from species.h (#679)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.
2018-08-10use heal location constantsgarak
2018-07-20Copy the Trainer struct from pokeemerald.vblm12
Also regenerate trainers*.h
2018-07-20Rename OPPONENT_ to TRAINER_ to match pokeemerald.vblm12
2018-06-23Document field_effect_helpers and other misc. thingsMarcus Huderle
2018-06-20Use MUS_ prefix instead of BGM_ prefix for songsMarcus Huderle
2018-06-20Update file permissionsMarcus Huderle
2018-06-15Update some event_object_movement things to sync with emeraldMarcus Huderle
2018-05-29Unify 'map object' and 'field object' terms into 'event object'Marcus Huderle
2018-05-29More event object movement cleanupMarcus Huderle
2018-05-29Rename movement_type and movement_action func table filenamesMarcus Huderle
2018-05-29Properly label object movement anim numsMarcus Huderle
2018-05-29Finish labeling all movement actionsMarcus Huderle
2018-05-29Start labeling movement actionsMarcus Huderle
2018-05-29Label all movement type functions and their callbacksMarcus Huderle
2018-05-29Rename regularAnim and specialAnim to singleMovement and heldMovementMarcus Huderle
2018-05-09Misc labeling and cleanup, mostly item-relatedMarcus Huderle
2018-04-26Merge branch 'master' into pokedex_area_screenPikalaxALT