pokeemerald/src/data
Frank DeBlasio 5cdee87489
Refactor Trainer sprites (#3597)
* Added TrainerSprite struct with coordinates

* Added .frontPic to struct

* Added .palette to TrainerSprite struct

* Added .animation to the struct

* Added define for sprite size

* Condensed animations since they were all the same

* Improved TRAINER_SPRITE/PAL defines

* Simplified seemingly unused .y_offset and TRAINER_PIC_SIZE values

* Condensed TRAINER_SPRITE and TRAINER_PAL into TRAINER_PIC

* Renamed .size to .y_offset since that what it appears to actually be

* Moved y_offset into TRAINER_PIC

* Moved animation inside of TRAINER_PIC

* Added array number to preproc

* Removed trailing spaces

* Added sprite/palette files to preproc

* Revert adding sprites to preproc as it fails agbcc

This reverts commit dce57f8d1bfab70b4c6630a9c4e5b43495891459.

* Added backsprite struct

* Added animations to backsprite struct

* Changed TRAINER_PIC to TRAINER_SPRITE

* Added animation to backsprite preproc

* Added .backPic to struct

* Moved array number into backsprite preproc

* Removed definitions for trainer sprites

* Hardcoded sAnims_Trainer into struct since every sprite uses it

* Fixed TRAINER_SPRITE arguments
2023-12-20 23:14:33 +01:00
..
bard_music Add species defines for base forms with names (#3248) 2023-10-23 12:59:15 +01:00
battle_frontier Battlemove refactored (recoil, crit and Z moves) (#3575) 2023-12-19 16:10:07 +01:00
decoration
easy_chat
field_effects
graphics Refactor Trainer sprites (#3597) 2023-12-20 23:14:33 +01:00
object_events overworld_ascending_frames to simplify overworld_frames (#3625) 2023-12-18 13:47:15 +01:00
pokemon Add Meteorite form change functionality (#3770) 2023-12-20 10:33:08 +01:00
pokemon_graphics SpeciesInfo tests (#3688) 2023-12-11 13:54:20 +01:00
region_map
text Used the COMPOUND_STRING macro to unify item descriptions and item data (#3432) 2023-12-20 17:28:43 +01:00
tilesets
.gitignore
battle_anim.h Adds combined pledge move effects (#3336) 2023-11-21 16:23:22 +01:00
battle_moves.h Removed ALWAYS_CRIT, renamed critBoost (#3779) 2023-12-20 16:16:02 +01:00
battle_partners.h Partner Battle refactor (#3592) 2023-12-20 12:38:28 +01:00
contest_moves.h Add Teal Mask item, move, and ability data (#3349) 2023-10-08 15:56:09 -03:00
contest_opponents.h Add species defines for base forms with names (#3248) 2023-10-23 12:59:15 +01:00
contest_text_tables.h
credits.h Solved a bunch of -Wall errors on modern 2023-09-20 19:01:08 -03:00
heal_locations.h
item_icon_table.h Includes older item and move names as variants (#3580) 2023-11-20 18:35:00 +01:00
items.h Used the COMPOUND_STRING macro to unify item descriptions and item data (#3432) 2023-12-20 17:28:43 +01:00
lilycove_lady.h Merge remote-tracking branch 'pret/master' into RHH/pr/upcoming/pret_20230829 2023-08-31 14:28:01 -04:00
map_group_count.h
partner_parties.h Partner Battle refactor (#3592) 2023-12-20 12:38:28 +01:00
party_menu.h Add support for legendary fusion (#3274) 2023-11-23 22:59:51 +01:00
pointillism_points.h Solved a bunch of -Wall errors on modern 2023-09-20 19:01:08 -03:00
pokedex_area_glow.h
script_menu.h
trade.h Solved a bunch of -Wall errors on modern 2023-09-20 19:01:08 -03:00
trainer_parties.h Add species defines for base forms with names (#3248) 2023-10-23 12:59:15 +01:00
trainers.h EVERYTHING_CUSTOMIZED -> TRAINER_PARTY 2023-07-05 18:31:08 -04:00
union_room.h
wallpapers.h Added Japan-only Walda PC icons (#3550) 2023-11-18 00:54:13 +01:00
wild_encounters.json
wild_encounters.json.txt