pokeemerald-expansion/include
Alex d50fb2dae6
Remove bounds check in IsBattlerAlive
There is no reason for us to check for `battler > gBattlersCount` since it would return false positives half the time. 

But also if you pass `battler > gBattlersCount` then something massively wrong happened and you would get a bug either way.
2026-01-04 21:22:44 +01:00
..
config Merge branch 'master' into master-to-upcoming 2026-01-04 17:31:25 +01:00
constants Merge branch 'upcoming' into master-to-upcoming 2026-01-04 17:34:20 +01:00
gba Merge branch 'master' into master-to-upcoming 2026-01-02 11:49:03 +01:00
test Extra enum typechecking (#8786) 2026-01-04 12:48:21 +01:00
agb_flash.h Clean up the last extern functions 2019-03-02 03:18:08 -05:00
AgbRfu_LinkManager.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
apprentice.h Renaming Script Contexts 2022-08-15 15:18:12 -04:00
apricorn_tree.h Implement GSC berry/apricorn tree functionality. (#7777) 2025-11-14 20:28:55 +01:00
assertf.h fix release compiling 2026-01-01 10:41:09 +01:00
bard_music.h Document bard music (#2053) 2025-01-17 17:54:38 +00:00
battle_ai_field_statuses.h Move enum (#8739) 2026-01-03 17:43:48 +01:00
battle_ai_items.h Split battle_ai_switch_items.c in two (#8414) 2025-12-07 19:34:07 +01:00
battle_ai_main.h Add Dynamic Switch AI Function (#8629) 2025-12-25 02:02:01 +01:00
battle_ai_switch.h Add Dynamic Switch AI Function (#8629) 2025-12-25 02:02:01 +01:00
battle_ai_util.h Extra enum typechecking (#8786) 2026-01-04 12:48:21 +01:00
battle_anim_scripts.h Fix illusion not breaking properly when behind substitute (#8423) 2025-12-04 00:35:38 +01:00
battle_anim.h Move enum (#8739) 2026-01-03 17:43:48 +01:00
battle_arena.h Turn battle string ids into enums (#6594) 2025-04-13 16:12:30 +02:00
battle_bg.h Organized conffig files into their own folder and cleaned up 2022-11-14 11:03:49 -03:00
battle_controllers.h Extra enum typechecking (#8786) 2026-01-04 12:48:21 +01:00
battle_debug.h battle_config.h tweaks 2020-12-23 13:16:01 -03:00
battle_dome.h Trainerbattle Type Differentiation (#6424) 2025-12-01 19:28:09 +01:00
battle_dynamax.h Move enum (#8739) 2026-01-03 17:43:48 +01:00
battle_end_turn.h Switch-in Events Refactor (#8128) 2025-11-30 08:25:20 -08:00
battle_environment.h Add type enum (#8054) 2025-10-27 16:41:22 +00:00
battle_factory_screen.h Factory done 2018-11-11 16:44:27 +01:00
battle_factory.h Move enum (#8739) 2026-01-03 17:43:48 +01:00
battle_frontier.h Trainerbattle Type Differentiation (#6424) 2025-12-01 19:28:09 +01:00
battle_gfx_sfx_util.h enum TrainerPicID to replace defines for TRAINER_PIC_XXXX and TRAINER_BACK_PIC_XXXX (#8789) 2026-01-03 16:41:11 -08:00
battle_gimmick.h Fix wrong gimmick spite showing when inputting too fast (#8066) 2025-10-28 17:02:35 +01:00
battle_hold_effects.h Switch-in Events Refactor (#8128) 2025-11-30 08:25:20 -08:00
battle_interface.h feat: change defines in constants/abilities.h to an enum (#7006) 2025-09-29 21:35:09 +02:00
battle_main.h Move enum (#8739) 2026-01-03 17:43:48 +01:00
battle_message.h Add type enum (#8054) 2025-10-27 16:41:22 +00:00
battle_move_resolution.h Create battle_move_resolution.c (#8703) 2025-12-29 16:13:45 +01:00
battle_partner.h Trainerbattle Type Differentiation (#6424) 2025-12-01 19:28:09 +01:00
battle_pike.h Document Battle Pie 2018-11-12 14:36:31 +01:00
battle_pyramid_bag.h Use TaskFunc wherever posible (#2188) 2025-10-18 17:53:50 +01:00
battle_pyramid.h Merge branch 'master' into _pret/pr/pyramidLocation 2025-06-30 11:51:45 -04:00
battle_records.h Rename battlerId to battler for consistency (#2126) 2025-05-09 12:43:23 +01:00
battle_script_commands.h Move enum (#8739) 2026-01-03 17:43:48 +01:00
battle_scripts.h Ability Shield allows for ability activation when obtained and Trick cleanup (#8784) 2026-01-04 17:23:36 +01:00
battle_setup.h Add trainers submenu for debug menu (#8399) 2025-12-27 16:57:13 +01:00
battle_special.h Trainerbattle Type Differentiation (#6424) 2025-12-01 19:28:09 +01:00
battle_switch_in.h Switch-in Events Refactor (#8128) 2025-11-30 08:25:20 -08:00
battle_tent.h Use macros for summary windows 2019-03-03 16:50:51 -05:00
battle_terastal.h Renames for struct BattleContext and DamageContext (#8426) 2025-12-04 13:52:15 -05:00
battle_tower.h Trainerbattle Type Differentiation (#6424) 2025-12-01 19:28:09 +01:00
battle_transition_frontier.h Drop battle transition 'phase' terminology 2021-10-25 10:20:48 -04:00
battle_transition.h Converts some defines to enums and name unnamed enums (#8019) 2025-10-23 18:06:29 +02:00
battle_tv.h Move enum (#8739) 2026-01-03 17:43:48 +01:00
battle_util.h Fixes Chilly Reception displaying its message when called by another move (#8795) 2026-01-04 16:50:43 +01:00
battle_util2.h Document some single-remaining symbols 2021-09-24 17:14:20 -04:00
battle_z_move.h Extra enum typechecking (#8786) 2026-01-04 12:48:21 +01:00
battle.h Remove bounds check in IsBattlerAlive 2026-01-04 21:22:44 +01:00
berry_blender.h Finish documenting berry blender 2020-08-24 17:06:55 -04:00
berry_crush.h Document Berry Crush 2021-03-18 15:18:23 -04:00
berry_fix_program.h decompile title screen 2018-02-04 16:11:00 +01:00
berry_powder.h Decompile berry_powder.c 2019-03-24 14:50:16 -05:00
berry_tag_screen.h forgot a semicolon LMAO 2018-02-02 16:09:17 +01:00
berry.h Merge commit '59d315734d8c5f5b3b2f16f3299355aa99f5f483' into pret-merge 2025-05-24 20:38:21 +02:00
bg.h Remove gDecompressionBuffer (#6029) 2025-01-23 09:47:14 +01:00
bike.h Merge branch 'battle_engine' of https://github.com/rh-hideout/pokeemerald-expansion into HEAD 2022-04-02 18:45:18 -03:00
birch_pc.h Refactor dex completion (again) (#3937) 2024-01-11 13:35:31 -03:00
blit.h remove gflib 2024-09-18 10:37:34 -04:00
braille_puzzles.h Document the regi* code more 2019-02-15 18:24:55 -05:00
cable_club.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
caps.h Merge level_caps and ev_caps into one caps file (#5429) 2024-09-27 23:40:49 +02:00
clear_save_data_menu.h decompile title screen 2018-02-04 16:11:00 +01:00
clock.h Form changes and evolutions happen based on fake RTC 2024-09-16 16:15:30 -03:00
coins.h Give/Take to Add/Remove for silent script macros 2020-01-12 23:24:52 -05:00
confetti_util.h Specify confetti util name 2020-06-18 18:14:30 -04:00
contest_ai.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
contest_effect.h Added Gen 6 contest combos (#8251) 2025-11-14 18:24:33 +01:00
contest_link.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
contest_painting.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
contest_util.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
contest.h Extra enum typechecking (#8786) 2026-01-04 12:48:21 +01:00
coord_event_weather.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
credits.h Remove ewram in headers 2023-08-10 20:11:07 -04:00
crt0.h Allocate initialized sections for EWRAM and IWRAM (#3892) 2024-01-02 14:24:52 +00:00
data.h Extra enum typechecking (#8786) 2026-01-04 12:48:21 +01:00
datetime.h FakeRtc datetime and ResetRtcScreen day increments (#5695) 2025-04-12 13:17:58 -07:00
daycare.h Move enum (#8739) 2026-01-03 17:43:48 +01:00
debug.h Add new actions to Debug Menu (#7837) 2025-10-03 20:26:49 +02:00
decompress_error_handler.h New sprite compressor (#5627) 2025-05-30 23:10:54 +02:00
decompress.h Add support for species unique eggs (#8557) 2025-12-17 16:10:02 +01:00
decoration_inventory.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
decoration.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
dewford_trend.h Document Dewford Trend 2021-03-31 16:08:42 -04:00
dexnav.h Refactor dexnav to not use overworld task (#8602) 2026-01-02 09:38:55 +01:00
difficulty.h Adds B_VAR_DIFFICULTY and related functions READ DESC (#5337) 2025-01-04 14:25:03 +01:00
digit_obj_util.h Document some generic argument names 2022-05-31 14:34:25 -04:00
diploma.h add diploma header and static names fix 2017-10-09 13:55:31 +02:00
dma3.h Merge branch '_pret/master' into _RHH/pr/master/pretSync20241015 2024-10-15 20:56:56 -03:00
dodrio_berry_picking.h Use MainCallback wherever posible (#2184) 2025-10-14 09:41:27 +01:00
dynamic_placeholder_text_util.h Clean up files and add entries to charmap 2018-07-24 21:18:23 -07:00
easy_chat.h Easy chat data refactor (#8271) 2026-01-03 08:18:22 -08:00
egg_hatch.h Clear up misleading egg step name 2020-05-27 16:41:23 -04:00
ereader_helpers.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
ereader_screen.h Document some mystery gift 2021-10-14 15:10:41 -04:00
event_data.h Cleaned up Debug Menu (#6070) 2025-01-22 15:27:08 +01:00
event_object_lock.h Fix some object lock names 2021-05-04 01:21:50 -04:00
event_object_movement.h Merge commit '0e33bf916e80e4dcf4f96ca0419a8b2fda5da51d' into master-to-upcoming 2026-01-04 11:28:59 +01:00
event_scripts.h Rock climb by ghoulslash (#7432) 2025-08-03 14:52:07 +02:00
evolution_graphics.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
evolution_scene.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
expansion_intro.h [intro] refactor expansion intro 2023-02-09 23:12:29 +01:00
fake_rtc.h Time menu for RTC in debug menu. (#6634) 2025-04-23 19:34:37 +02:00
faraway_island.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
field_camera.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
field_control_avatar.h Master to upcoming merge 2025-05-26 10:41:11 +02:00
field_door.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
field_effect_helpers.h Merge commit '685a8a911878f54463845c9f2ebbf11bd04ff4ee' into merrp-merge 2025-06-25 17:49:19 +02:00
field_effect.h 11/08/25 Master to upcoming merge 2025-08-11 08:31:12 +02:00
field_message_box.h Merge commit '59d315734d8c5f5b3b2f16f3299355aa99f5f483' into pret-merge 2025-05-24 20:38:21 +02:00
field_move.h Refactor field moves (#6660) 2025-05-31 09:03:12 +02:00
field_name_box.h Moves name box configs into a new file (#8250) 2025-11-14 18:21:59 +01:00
field_player_avatar.h Update fishing odds to match official games (#7574) 2025-10-04 09:05:28 -07:00
field_poison.h Document field_poison 2019-10-06 20:04:30 -04:00
field_screen_effect.h Follower NPCs (follow-me) (#6500) 2025-04-27 14:56:18 +02:00
field_special_scene.h Continue documenting generic arguments 2022-06-03 15:38:03 -04:00
field_specials.h Converts some defines to enums and name unnamed enums (#8019) 2025-10-23 18:06:29 +02:00
field_tasks.h decompile field tasks 2018-05-19 18:02:43 +02:00
field_weather.h Review comments 2025-04-12 08:58:23 +02:00
fieldmap.h Merge branch 'followers' into lighting 2025-06-24 20:44:44 -04:00
fishing.h Update fishing odds to match official games (#7574) 2025-10-04 09:05:28 -07:00
fldeff_misc.h Refactor field moves (#6660) 2025-05-31 09:03:12 +02:00
fldeff.h Refactor field moves (#6660) 2025-05-31 09:03:12 +02:00
follower_helper.h Merge commit '1f2fe7396b68d82da356b93fca10cc5736d3159c' into merrp-merge 2025-06-25 17:20:38 +02:00
follower_npc_alternate_sprites.h Better system for Follower NPC running frames (#7222) 2025-06-27 10:12:35 +02:00
follower_npc.h Follower NPCs no longer move if the player would be forced back onto the same tile. (#8260) 2025-11-16 21:15:06 +01:00
fonts.h Added FONT_SHORT_NARROWER (#5101) 2024-12-04 06:30:19 -08:00
fpmath.h Fix fixed point damage calculation off-by-1s (#5775) 2024-12-05 11:35:56 +00:00
frontier_pass.h Document and decompile more of frontier pass. 2019-01-26 14:50:24 +01:00
frontier_util.h enum TrainerPicID to replace defines for TRAINER_PIC_XXXX and TRAINER_BACK_PIC_XXXX (#8789) 2026-01-03 16:41:11 -08:00
gametypes.h Add typedefs for MAPSEC and METLOC values (#2183) 2025-10-19 17:37:13 +01:00
generational_changes.h Improve self-sacrifice AI (#8427) 2025-12-04 18:57:47 +01:00
global.berry.h Remove leftover code for myself 2024-01-04 16:12:39 +00:00
global.fieldmap.h Merge remote-tracking branch 'pret/master' into pret-merge 2026-01-01 22:16:58 +01:00
global.h Extra enum typechecking (#8786) 2026-01-04 12:48:21 +01:00
global.tv.h Extra enum typechecking (#8786) 2026-01-04 12:48:21 +01:00
gpu_regs.h remove gflib 2024-09-18 10:37:34 -04:00
graphics.h Make rainbow effect anim change based on side (#8269) 2025-11-18 23:31:47 +01:00
gym_leader_rematch.h Fix trainer match call flags 2024-08-15 23:00:20 +02:00
hall_of_fame.h Remove gDecompressionBuffer (#6029) 2025-01-23 09:47:14 +01:00
heal_location.h Merge commit '091b726' into pret-merge 2025-05-27 19:02:53 +02:00
image_processing_effects.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
international_string_util.h Merge commit '59d315734d8c5f5b3b2f16f3299355aa99f5f483' into pret-merge 2025-05-24 20:38:21 +02:00
intro_credits_graphics.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
intro.h Merge commit '59d315734d8c5f5b3b2f16f3299355aa99f5f483' into pret-merge 2025-05-24 20:38:21 +02:00
io_reg.h remove gflib 2024-09-18 10:37:34 -04:00
item_ball.h Item Ball refactor / Pluralize item names for giveitem and finditem (#3942) 2024-01-14 21:35:45 +01:00
item_icon.h Fix the Move Item option in the PC still expecting compressed palettes (#6739) 2025-05-02 21:43:24 +02:00
item_menu_icons.h Remove compressed palettes (#6455) 2025-04-26 22:58:40 +02:00
item_menu.h Merge commit '0965dffe70bb7d4bc229e24e4bc0266a6be6b8c8' into pret-merge 2025-11-01 14:56:09 +01:00
item_use.h New Feature: ORAS Dowsing (#7211) 2025-10-27 17:41:07 +01:00
item.h Extra enum typechecking (#8786) 2026-01-04 12:48:21 +01:00
landmark.h Add typedefs for MAPSEC and METLOC values (#2183) 2025-10-19 17:37:13 +01:00
libgcnmultiboot.h Typo Fix 2020-07-17 15:49:46 -04:00
librfu.h Correct C23 Checks (#2144) 2025-05-19 15:43:06 +01:00
lilycove_lady.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
line_break.h Added naive line break (#7076) 2025-06-06 20:13:07 -07:00
link_rfu.h Merge commit '59d315734d8c5f5b3b2f16f3299355aa99f5f483' into pret-merge 2025-05-24 20:38:21 +02:00
link.h Merge commit '59d315734d8c5f5b3b2f16f3299355aa99f5f483' into pret-merge 2025-05-24 20:38:21 +02:00
list_menu.h Banned species list (#8003) 2025-10-23 21:29:33 +02:00
load_save.h Save-compatible SaveBlock3 (#4112) 2024-02-10 18:14:36 +01:00
lottery_corner.h make lots of define files 2017-09-07 19:45:32 +02:00
m4a.h Up to sub_81446DC 2018-12-31 19:39:41 -06:00
mail.h Use MainCallback wherever posible (#2184) 2025-10-14 09:41:27 +01:00
main_menu.h removed unnecessary script, cheat start now with national dex, reverted accidental type hin removal, changed indentation 2022-09-02 12:10:11 +02:00
main.h Merge commit '59d315734d8c5f5b3b2f16f3299355aa99f5f483' into pret-merge 2025-05-24 20:38:21 +02:00
malloc.h Increased heap by 768 bytes (#7097) 2025-06-11 17:55:32 +02:00
map_name_popup.h Decompile map_name_popup 2018-04-09 12:52:28 +05:30
match_call.h Implement field_name_box (#7697) 2025-09-14 20:45:18 +02:00
math_util.h Fix move comparison scoring (#7301) 2025-07-10 09:51:46 +02:00
mauville_old_man.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
menu_helpers.h Document some generic argument names 2022-05-31 14:34:25 -04:00
menu_specialized.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
menu.h Centralize message box and standard frame drawing (#8190) 2025-12-24 16:54:27 +01:00
metaprogram.h Changed item name/pluralName to a compound string (#7359) 2025-08-08 20:51:16 +02:00
metatile_behavior.h Rock climb by ghoulslash (#7432) 2025-08-03 14:52:07 +02:00
mini_printf.h Streamline pointer notation (#2139) 2025-05-16 12:04:44 +01:00
minigame_countdown.h Sync minigame_countdown 2020-04-08 17:23:32 -04:00
mirage_tower.h Document mirage_tower.c. (Combine fldeff_groundshake.c and fossil_specials.c) 2018-12-25 11:46:35 -06:00
mon_markings.h Detect potential misalignment in modern 2023-07-24 19:42:56 +01:00
money.h Allow users to increase MAX_MONEY (#4943) 2024-07-13 11:16:34 +02:00
move_relearner.h Move Relearners for TMs, Tutors and Egg moves (#8040) 2025-11-09 12:54:01 -08:00
move.h Extra enum typechecking (#8786) 2026-01-04 12:48:21 +01:00
multiboot_pokemon_colosseum.h Almost finish decompiling intro 2018-02-15 16:54:34 -06:00
multiboot.h Start decomp 2017-09-18 09:23:06 -04:00
mystery_event_menu.h decompile mystery event menu 2018-01-30 23:23:35 +01:00
mystery_event_msg.h Correct usage of MysteryEvent to MysteryGift 2021-10-17 03:00:48 -04:00
mystery_event_script.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
mystery_gift_client.h Merge commit '59d315734d8c5f5b3b2f16f3299355aa99f5f483' into pret-merge 2025-05-24 20:38:21 +02:00
mystery_gift_link.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
mystery_gift_menu.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
mystery_gift_server.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
mystery_gift_view.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
mystery_gift.h Correct usage of MysteryEvent to MysteryGift 2021-10-17 03:00:48 -04:00
naming_screen.h Add caught mon to full party by sending a different mon to the Box (#6058) 2025-02-09 00:54:58 +01:00
new_game.h Found a debug system for pokemon contests 2019-04-02 21:51:21 -04:00
option_menu.h decompile option menu 2018-01-16 18:59:06 +01:00
oras_dowse.h New Feature: ORAS Dowsing (#7211) 2025-10-27 17:41:07 +01:00
overworld.h Merge branch 'master' into master-to-upcoming 2025-11-03 11:11:07 +01:00
palette_util.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
palette.h Remove non-existent functions from header files (#6825) 2025-05-13 10:52:45 +02:00
party_menu.h Move enum (#8739) 2026-01-03 17:43:48 +01:00
pc_screen_effect.h Decompile a bit of pokemon storarage system 2018-08-12 16:40:31 +02:00
play_time.h begin working on pokeemerald 2017-08-31 16:48:24 +02:00
player_pc.h Merge commit '59d315734d8c5f5b3b2f16f3299355aa99f5f483' into pret-merge 2025-05-24 20:38:21 +02:00
pokeball.h Add gBallItemIds Array (#7905) 2025-10-10 11:09:19 +02:00
pokeblock.h Remove compressed palettes (#6455) 2025-04-26 22:58:40 +02:00
pokedex_area_region_map.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
pokedex_area_screen.h Master to upcoming merge 2025-05-26 10:41:11 +02:00
pokedex_cry_screen.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
pokedex_plus_hgss.h Revert HGSS dex and movelist changes (#8016) 2025-10-23 13:52:25 +02:00
pokedex.h Fix hgss pokedex when catching mon with terrain (#7884) 2025-10-08 17:54:23 +02:00
pokemon_animation.h Converts a bunch of defines to enums (#7041) 2025-06-02 15:54:37 +02:00
pokemon_icon.h Add support for species unique eggs (#8557) 2025-12-17 16:10:02 +01:00
pokemon_jump.h Document pokemon jump 2021-02-26 17:26:39 -05:00
pokemon_size_record.h port pokemon size record 2017-09-08 22:23:14 +02:00
pokemon_sprite_visualizer.h Simplified sprite visualizer's battle backgrounds (#8775) 2026-01-03 22:59:34 +01:00
pokemon_storage_system.h Move enum (#8739) 2026-01-03 17:43:48 +01:00
pokemon_summary_screen.h Merge branch 'master' into master-to-upcoming 2025-12-19 15:31:37 +01:00
pokemon.h Convert `IsMonBannedFromSkyBattles` table to species flag (#8793) 2026-01-04 16:03:15 +01:00
pokenav.h enum TrainerPicID to replace defines for TRAINER_PIC_XXXX and TRAINER_BACK_PIC_XXXX (#8789) 2026-01-03 16:41:11 -08:00
random.h Add Dynamic Switch AI Function (#8629) 2025-12-25 02:02:01 +01:00
rayquaza_scene.h Use MainCallback wherever posible (#2184) 2025-10-14 09:41:27 +01:00
record_mixing.h Document record mixing mail swap 2021-10-24 15:49:19 -04:00
recorded_battle.h Multibattle testing system (#7257) 2025-10-24 15:00:23 +02:00
region_map.h Merge commit '7fd0029ed7b9a245f866b6a7467f6d0bd7c0f717' into pret-merge 2025-11-01 15:09:20 +01:00
regions.h Fixed non-regional forms breeding incorrectly (#4985) 2025-02-03 17:03:29 +01:00
reload_save.h Continue misc link documentation, rename reset_save_heap 2021-10-05 23:37:54 -04:00
reset_rtc_screen.h added the ability to directly open evolutions from the EVO page 2022-01-03 16:48:50 +01:00
reshow_battle_screen.h fix for battle ui for add to party menu (#6229) (#6240) 2025-02-12 22:02:25 +01:00
roamer.h Merge commit '59d315734d8c5f5b3b2f16f3299355aa99f5f483' into pret-merge 2025-05-24 20:38:21 +02:00
rotating_gate.h Fix conflicting types for rotating gate functions (#2087) 2025-01-17 18:19:21 -05:00
rotating_tile_puzzle.h Document rotating_tile_puzzle 2019-10-16 04:09:30 -04:00
roulette.h More roulette doc 2020-08-04 14:25:13 -04:00
rtc.h Merge remote-tracking branch 'pret/master' into pret-merge 2026-01-01 22:16:58 +01:00
safari_zone.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
save_location.h Label GCN link flags field 2020-04-13 08:42:31 -04:00
save.h Merge commit 'f2cf20ce9bdf4a9f6cd0300a005ca3ec6ae89e3c' into pret-merge 2025-11-01 14:51:14 +01:00
scanline_effect.h Merge commit '59d315734d8c5f5b3b2f16f3299355aa99f5f483' into pret-merge 2025-05-24 20:38:21 +02:00
script_menu.h Merge commit '59d315734d8c5f5b3b2f16f3299355aa99f5f483' into pret-merge 2025-05-24 20:38:21 +02:00
script_movement.h waitmovementall (#8333) 2025-12-11 14:52:58 +01:00
script_pokemon_util.h Move enum (#8739) 2026-01-03 17:43:48 +01:00
script.h Add trainers submenu for debug menu (#8399) 2025-12-27 16:57:13 +01:00
secret_base.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
shop.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
siirtc.h Merge remote-tracking branch 'pret/master' into pret-merge 2026-01-01 22:16:58 +01:00
slot_machine.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
sound.h Tests: detect task leaks (#5528) 2024-10-22 10:19:00 +02:00
sprite.h battle_interface: overhaul ability pop up (#7227) 2025-07-10 19:09:52 +02:00
start_menu.h Standarized use of star in pointer types 2022-07-29 10:17:58 -04:00
starter_choose.h Colorize and combine birch_bag/birch_grass 2023-01-12 15:22:23 -05:00
string_util.h Enable 3-color text (#8191) 2025-12-08 12:27:13 +01:00
strings.h Easy chat data refactor (#8271) 2026-01-03 08:18:22 -08:00
task.h Use TASK_NONE constant 2021-02-24 11:03:25 -05:00
test_result.h assertf: Formatted asserts 2025-12-17 17:14:34 +00:00
test_runner.h Move enum (#8739) 2026-01-03 17:43:48 +01:00
text_window.h some cleanup 2024-10-18 22:13:49 -04:00
text.h 3-color text fixes (#8672) 2025-12-27 09:18:20 +01:00
tileset_anims.h Convert tilesets.s to C 2022-09-27 17:23:26 -04:00
tilesets.h Merge commit '16357c7' into pret-merge 2025-05-24 19:22:31 +02:00
time_events.h Update header files to match source files (#2143) 2025-05-19 09:18:04 +01:00
title_screen.h Document intro, start intro_credits/credits 2021-03-28 23:13:56 -04:00
trade.h Add type enum (#8054) 2025-10-27 16:41:22 +00:00
trader.h Document decoration.c 2020-03-06 09:47:20 +00:00
trainer_card.h Merge commit '59d315734d8c5f5b3b2f16f3299355aa99f5f483' into pret-merge 2025-05-24 20:38:21 +02:00
trainer_hill.h Converts a bunch of defines to enums (#7041) 2025-06-02 15:54:37 +02:00
trainer_pokemon_sprites.h enum TrainerPicID to replace defines for TRAINER_PIC_XXXX and TRAINER_BACK_PIC_XXXX (#8789) 2026-01-03 16:41:11 -08:00
trainer_pools.h Add pool rules for Mega Stones and Z-Crystals (#7720) 2025-09-12 21:04:36 +02:00
trainer_see.h Merge commit '59d315734d8c5f5b3b2f16f3299355aa99f5f483' into pret-merge 2025-05-24 20:38:21 +02:00
trainer_slide.h Trainer slides for multiple trainers and multibattles (#7588) 2025-12-30 20:28:53 +00:00
trig.h finish egg hatch, clean up headers 2017-09-19 14:27:46 +02:00
tv.h Move enum (#8739) 2026-01-03 17:43:48 +01:00
type_icons.h Adds SHOW_TYPES_SEEN to the B_SHOW_TYPES option (#6561) 2025-04-10 21:43:21 +02:00
union_room_battle.h Document union_room.c 2020-05-31 13:11:18 -04:00
union_room_chat.h Easy Chat always shows words in uppercase 2023-06-06 10:55:42 -04:00
union_room_player_avatar.h Update argument names in link headers, link_rfu doc cleanup 2021-10-07 16:05:12 -04:00
union_room.h Add type enum (#8054) 2025-10-27 16:41:22 +00:00
util.h Merge commit '59d315734d8c5f5b3b2f16f3299355aa99f5f483' into pret-merge 2025-05-24 20:38:21 +02:00
vs_seeker.h Allow vs seekers to work with script not starting with trainerbattle (#8062) 2025-11-06 10:16:19 -08:00
walda_phrase.h Document walda_phrase 2021-09-26 17:01:39 -04:00
wallclock.h Begin porting/decompiling field_specials 2018-08-08 01:37:12 -07:00
wild_encounter.h feat: separate water and rock smash encounter rate checks (#7293) 2025-07-08 20:52:42 +02:00
window.h Text rendering optimizations (#7497) 2025-08-28 21:24:27 +02:00
wonder_news.h Document wonder news 2022-11-22 02:17:03 -05:00