summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)Author
2020-02-12Merge branch 'master' of https://github.com/pret/pokeemerald into fix-eventobjGriffinR
2020-02-08Document Trainer CardGriffinR
2020-02-05Document some pokenav and region mapGriffinR
2020-01-26Merge master into fix-eventobj, add explicit size to ↵GriffinR
gObjectEventGraphicsInfoPointers
2020-01-26Combine animated door framesGriffinR
2020-01-26Label animated doorsGriffinR
2020-01-12Merge branch 'master' into fix-eventobjGriffinR
2020-01-08Merge branch 'master' into fix-eventobjGriffinR
2020-01-08Merge master into ObjEvent rename and prune accidental inclusionsGriffinR
2020-01-08Merge branch 'master' into doc-domeGriffinR
2020-01-07More battle_dome.c docGriffinR
2020-01-06Standardize farfetchd spellingGriffinR
2019-12-21Merge master into ObjEvent renameGriffinR
2019-12-20Document Battle Dome scripts and some battle_dome.cGriffinR
2019-12-17Document some warp/field screen effectGriffinR
2019-12-06Merge master into ObjEvent renameGriffinR
2019-12-06Update old weather names in field_weather_effectGriffinR
2019-11-25Merge master into ObjEvent renameGriffinR
2019-11-24Merge pull request #851 from Sewef/patch-3huderlem
battle_anim_effects_3
2019-11-23TriForce → TriAttackSewef
2019-11-21Rename event_object directoriesGriffinR
2019-11-20Rename field_objet_palettesGriffinR
2019-11-07Document some battle_bg-related thingsMarcus Huderle
2019-10-31Document party_menu second passGriffinR
2019-10-25Document party_menu first passGriffinR
2019-10-09More trade documentationGriffinR
2019-10-05Continue trade docGriffinR
2019-07-19decompile pokenav_unk_5 datagarak
2019-05-22Documenting bags, berries and graphicsPapa Cancer
Bag graphics and berry graphics mostly documented item_menu.c significantly documented Bag structs documented and functions renamed to match formatting
2019-04-14Use constants in battle_anim_special.cDizzyEggg
2019-04-06Generate zoom_tiles palette from correct imageMarcus Huderle
2019-04-06Generate palette from zoom_tiles.pngMarcus Huderle
2019-04-06Document and cleanup some decoration codeMarcus Huderle
2019-04-06Give names to battle anim backgroundsDizzyEggg
2019-04-06Rename battle anim spritesDizzyEggg
2019-04-02Finish documenting the other weather effectsMarcus Huderle
2019-03-17Merge remote-tracking branch 'upstream/master' into move-tutorMarcus Huderle
# Conflicts: # include/pokenav.h # src/battle_script_commands.c
2019-03-16move pokemon graphics to mon-specific directoriesgarak
2019-03-06Move constants into CPhlosioneer
Also figured out what one of the graphics files is for.
2019-02-27Document easy chat screen typesMarcus Huderle
2019-02-08Document battle arenaMarcus Huderle
2019-01-29Change drought colors table files to .binMarcus Huderle
2019-01-29Misc. documentation and move some data into .c filesMarcus Huderle
2018-12-31Document more battle anim effectsMarcus Huderle
2018-12-18Convert battle_anim_815A0D4 data to .cMarcus Huderle
2018-12-02renames the winstrate graphics names to pokefanMelody
2018-11-28Decompile pokedex_cry_screen.c (#406)Marcus Huderle
2018-11-22Document battle uiSlawter666
2018-10-14Rename OW SpritesDeokishisu
Rename OW Sprites to be more descriptive where possible. If an OW sprite was used by only one Trainer class, it was renamed. Additionally, some non-Trainer sprites were renamed. Renamed: LittleBoy1 -> NinjaBoy LittleGirl1 -> Twin Woman2 -> PokefanF OldMan1 -> ExpertM OldWoman1 -> ExpertF Man3 -> PokefanM Woman6 -> LinkReceptionist Man7 -> DevonEmployee Boy4 -> RichBoy Boy5 -> GameboyKid (Consistent with pokecrystal) ContestOldMan -> ContestJudge Renamed Because of Numbering Changes: LittleBoy2 -> LittleBoy LittleGirl2 -> LittleGirl OldWoman2 -> OldWoman OldMan2 -> OldMan Man4 -> Man3 Man5 -> Man4 Man6 -> Man5 Woman3 -> Woman2 Woman4 -> Woman3 Woman5 -> Woman4 Woman7 -> Woman5
2018-10-14Rename Boy4 to RichBoyDeokishisu