mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-09 04:13:03 -05:00
* First attempt at a port * Slightly broken but working * Got images working and opponent palettes * half finished compressed spritesheet approach instead * fix the palettes (smh) * fix hflip, and a lot of clean-up * Add B_SHOW_TYPES * Got Illusion working * Add num type enum * Updated function to get type * Fixed type icon position and cleaned up functions * Updated illusions and Tera handling * Added BATTLE_TYPE_IS_SINGLE and DOUBLE * Removed IS_BATTLE_TYPE_SINGLE * Implemented BATTLE_TYPE_IS_DOUBLE across repo * Removed SIDE macro * Updated config * Deprecated battler alive macro * Reindented file * Added exceptions for 2v1 * Replaced Fainted check with Null check * Added functionality for only types of caught mons * UseDoubleBattleCoords updated * Added ShouldFlipTypeIcon * Renamed TryLoadTypeIcon * Refactored functions * Refactored functions * Refactored functions * Refactored functions * Renamed SEEN to CAUGHT * Reset config * Added useSecondPalette and isOrdinary to gTypesInfo * Further simplified secondPalette and isOrdinary * Changed isordinary to isSpecialCase * Renamed to useSecondTypeIconPalette * Fixed Stellar type interactions * fixed spacing * fixed include/config/battle.h * fixed * fixed include/config/general.h * changed type1 and type2 * Moved IsDoubleBattle to include.battle.h Removed BATTLE_TYPE_IS_DOUBLE Removed IS_DOUBLE_BATTLE * Changed IsBattlerFainted to IsBattlerAlive * Removed IsBattlerNull * Moved GetBattlerData to be inline * Renamed GetMonDefensiveTeraType * Removed IsIllusionActive * Fixed identation * found one last isDoubleBattle hold out * fixed redundant brackets * Fixed spacing for B_SHOW_TYPES * Update src/battle_script_commands.c Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com> * Fixed padding * Reindent file and refactored GetTypeIconHideMovement * Update include/data.h --------- Co-authored-by: RavePossum <ravepossum@proton.me> Co-authored-by: Frank <fdeblasio1004@gmail.com> Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| abilities.h | ||
| apprentice.h | ||
| battle_ai.h | ||
| battle_anim_scripts.h | ||
| battle_anim.h | ||
| battle_arena.h | ||
| battle_dome.h | ||
| battle_factory.h | ||
| battle_frontier_mons.h | ||
| battle_frontier_trainers.h | ||
| battle_frontier.h | ||
| battle_move_effects.h | ||
| battle_palace.h | ||
| battle_partner.h | ||
| battle_pike.h | ||
| battle_pyramid.h | ||
| battle_script_commands.h | ||
| battle_setup.h | ||
| battle_string_ids.h | ||
| battle_tent_mons.h | ||
| battle_tent_trainers.h | ||
| battle_tent.h | ||
| battle_tower.h | ||
| battle_z_move_effects.h | ||
| battle.h | ||
| berry.h | ||
| cable_club.h | ||
| coins.h | ||
| contest.h | ||
| cries.h | ||
| daycare.h | ||
| decorations.h | ||
| easy_chat.h | ||
| event_bg.h | ||
| event_object_movement.h | ||
| event_objects.h | ||
| expansion.h | ||
| field_effects.h | ||
| field_poison.h | ||
| field_specials.h | ||
| field_tasks.h | ||
| field_weather.h | ||
| flags.h | ||
| followers.h | ||
| form_change_types.h | ||
| frontier_util.h | ||
| game_stat.h | ||
| global.h | ||
| heal_locations.h | ||
| hold_effects.h | ||
| item_effects.h | ||
| item.h | ||
| items.h | ||
| layouts.h | ||
| lilycove_lady.h | ||
| map_groups.h | ||
| map_scripts.h | ||
| map_types.h | ||
| maps.h | ||
| mauville_old_man.h | ||
| metatile_behaviors.h | ||
| metatile_labels.h | ||
| moves.h | ||
| mystery_gift.h | ||
| opponents.h | ||
| party_menu.h | ||
| pokedex.h | ||
| pokemon_icon.h | ||
| pokemon_sprite_visualizer.h | ||
| pokemon.h | ||
| region_map_sections.h | ||
| rgb.h | ||
| roulette.h | ||
| script_menu.h | ||
| secret_bases.h | ||
| slot_machine.h | ||
| songs.h | ||
| sound.h | ||
| species.h | ||
| tms_hms.h | ||
| trade.h | ||
| trainer_hill.h | ||
| trainer_types.h | ||
| trainers.h | ||
| tv.h | ||
| union_room.h | ||
| vars.h | ||
| weather.h | ||
| wild_encounter.h | ||