mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-16 16:46:49 -05:00
* 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 |
||
|---|---|---|
| .. | ||
| bard_music | ||
| battle_frontier | ||
| decoration | ||
| easy_chat | ||
| field_effects | ||
| graphics | ||
| object_events | ||
| pokemon | ||
| pokemon_graphics | ||
| region_map | ||
| text | ||
| tilesets | ||
| .gitignore | ||
| battle_anim.h | ||
| battle_moves.h | ||
| battle_partners.h | ||
| contest_moves.h | ||
| contest_opponents.h | ||
| contest_text_tables.h | ||
| credits.h | ||
| heal_locations.h | ||
| item_icon_table.h | ||
| items.h | ||
| lilycove_lady.h | ||
| map_group_count.h | ||
| partner_parties.h | ||
| party_menu.h | ||
| pointillism_points.h | ||
| pokedex_area_glow.h | ||
| script_menu.h | ||
| trade.h | ||
| trainer_parties.h | ||
| trainers.h | ||
| union_room.h | ||
| wallpapers.h | ||
| wild_encounters.json | ||
| wild_encounters.json.txt | ||