summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2018-09-16Re-dump tileset images as RGB-indexed, rather than greyscaleMarcus Huderle
2018-08-15Decompile more of pokenavMarcus Huderle
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 DaycareMonReceivedMail_()Marcus Huderle
2018-07-26Fix nonmatching ChooseNextBattleTowerTrainer()Marcus Huderle
2018-07-20Rename OPPONENT_ to TRAINER_ to match pokeemerald.vblm12
2018-07-12Use map battle scene constants in map headersMarcus Huderle
2018-07-12Use map type constants in map headersMarcus Huderle
2018-07-12Use weather constants in map headersMarcus Huderle
2018-07-12Use region map section constants in map headersMarcus Huderle
2018-07-11Trim fat from coord_event macroMarcus Huderle
2018-07-11Use bg event type constants and remove unneeded bg_event argumentMarcus Huderle
2018-07-10Use movement constants in object_event macrosMarcus Huderle
2018-07-02Use friendly rgb syntax for battle script colorsMarcus Huderle
2018-07-02Decompile normal.sMarcus Huderle
2018-06-25Merge pull request #552 from PikalaxALT/contest_link_80C2020Marcus Huderle
[DO NOT MERGE] Contest results tasks
2018-06-25Label sprite templates and their funcs in battle/anim/ground.cMarcus Huderle
2018-06-25Merge branch 'master' into contest_link_80C2020Marcus Huderle
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-20Move map text into data/maps/<name>Marcus Huderle
2018-06-20Rename map attribute structs to MapLayoutMarcus Huderle
2018-06-20Move map scripts into 'data/maps/<mapname>/scripts.inc'Marcus Huderle
2018-06-20Move map events into respective data/maps/<map> directoriesMarcus Huderle
2018-06-20Move 'map attributes' into 'layouts'Marcus Huderle
2018-06-20Clean duplicate labels of map attributesMarcus Huderle
2018-06-15Split movement radius values in object_event macroMarcus Huderle
2018-06-15Port object_event macro from emeraldMarcus Huderle
2018-06-10Label move_tutor_menu.cMarcus Huderle
2018-06-07Label all metatile behaviors and functionsMarcus Huderle
2018-05-29Flesh out applymovement command namesMarcus 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-29Finish labeling all movement actionsMarcus Huderle
2018-05-29Label all movement type functions and their callbacksMarcus Huderle
2018-04-30Merge pull request #608 from huderlem/anim_rodataMarcus Huderle
Move battle anim .rodata
2018-04-30Finish moving battle anim .rodata into .c filesMarcus Huderle
2018-04-29Move another chunk of battle anim .rodataMarcus Huderle
2018-04-29Decompile pokedex_cry_screen dataPikalaxALT
2018-04-28Move more .rodata into battle anim filesMarcus Huderle
2018-04-28Start moving .rodata into src/battle/anim filesMarcus Huderle
2018-04-28through sub_811A15C (two nonmatching)PikalaxALT
2018-04-26Merge branch 'master' into pokedex_area_screenPikalaxALT
2018-04-25Decompile remaining easy chat dataPikalaxALT
2018-04-24Finish decompilation of pokedex_area_screenPikalaxALT
2018-04-24through DestroyAreaSpritesPikalaxALT