pokeemerald/src
ghoulslash 28a9ad3399
(Default Off) Item Description Headers (#4767)
* add item descption headers and (default-off) config

* revert test script

* OW_SHOW_ITEM_DESCRIPTIONS can be 0(off), 1(first time) or 2(always), move code to overworld.c to prevent issues with users whove merged original branch. fix styling

* add ow item header config value labels

* Update include/config/overworld.h

Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>

* Update src/overworld.c

* Update include/overworld.h

* ScriptShowItemDescription remove unused var

* fix ScriptShowItemDescription warning

---------

Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2024-09-03 20:22:01 +02:00
..
data Adds basic trainer and smart trainer flags (#5298) 2024-08-31 17:50:37 -04:00
agb_flash_1m.c Fix inconsistent static s/g names 2022-05-17 14:00:02 -04:00
agb_flash_le.c
agb_flash_mx.c
agb_flash.c
AgbRfu_LinkManager.c Solved a bunch of -Wall errors on modern 2023-09-20 19:01:08 -03:00
apprentice.c Move data unification (#3999) 2024-01-29 08:51:32 -03:00
bard_music.c Review changes 2022-10-27 11:26:09 -03:00
battle_ai_main.c More missing AI logic (#5279) 2024-08-28 22:15:09 +02:00
battle_ai_switch_items.c More missing AI logic (#5279) 2024-08-28 22:15:09 +02:00
battle_ai_util.c Merge branch '_RHH/master' into _RHH/upcoming 2024-08-28 12:58:14 -04:00
battle_anim_bug.c Merge branch 'pret_master' into RHH/pr/upcoming/pret_Merge20231002 2023-10-02 17:17:41 -03:00
battle_anim_dark.c Matching merge from upstream pret 2023-01-20 12:31:54 -03:00
battle_anim_dragon.c Replaced all usages of tabs in C files with spaces (#5261) 2024-08-26 16:55:54 -07:00
battle_anim_effects_1.c Merge branch '_RHH/master' into _RHH/upcoming 2024-08-28 12:58:14 -04:00
battle_anim_effects_2.c Add B_SHOW_TYPES and cleaned up IsDoubleBattle (#5131) 2024-08-11 17:55:51 +02:00
battle_anim_effects_3.c Punchier tera animation (#4507) 2024-05-07 07:59:52 -04:00
battle_anim_electric.c Replaced all usages of tabs in C files with spaces (#5261) 2024-08-26 16:55:54 -07:00
battle_anim_fight.c Replaced all usages of tabs in C files with spaces (#5261) 2024-08-26 16:55:54 -07:00
battle_anim_fire.c Replaced all usages of tabs in C files with spaces (#5261) 2024-08-26 16:55:54 -07:00
battle_anim_flying.c Replaced all usages of tabs in C files with spaces (#5261) 2024-08-26 16:55:54 -07:00
battle_anim_ghost.c Merge branch '_pret/master' into _RHH/pr/upcoming/pret_20240210 2024-02-10 18:05:20 -03:00
battle_anim_ground.c Fix Wall Werrors on modern (#3412) 2023-10-13 18:39:35 +02:00
battle_anim_ice.c Converts a bunch of #if to regular conditions (#4071) 2024-01-26 18:15:45 +01:00
battle_anim_mon_movement.c Replaced all usages of tabs in C files with spaces (#5261) 2024-08-26 16:55:54 -07:00
battle_anim_mons.c Add B_SHOW_TYPES and cleaned up IsDoubleBattle (#5131) 2024-08-11 17:55:51 +02:00
battle_anim_new.c Merge branch '_RHH/master' into _RHH/upcoming 2024-08-28 12:58:14 -04:00
battle_anim_normal.c Replaced all usages of tabs in C files with spaces (#5261) 2024-08-26 16:55:54 -07:00
battle_anim_poison.c Replaced all usages of tabs in C files with spaces (#5261) 2024-08-26 16:55:54 -07:00
battle_anim_psychic.c Merge remote-tracking branch 'pret/master' into RHH/pr/sync/pret_20230602 2023-06-02 11:45:28 -04:00
battle_anim_rock.c Replaced all usages of tabs in C files with spaces (#5261) 2024-08-26 16:55:54 -07:00
battle_anim_smokescreen.c Restore sassy nature effect (#4598) 2024-05-19 11:43:28 +02:00
battle_anim_sound_tasks.c Fixes cries in move animations ignoring Illusion (#4564) 2024-05-14 13:34:36 +02:00
battle_anim_status_effects.c Replaced all usages of tabs in C files with spaces (#5261) 2024-08-26 16:55:54 -07:00
battle_anim_throw.c Backwards-compatible BoxPokémon Refactor (#3438) 2023-12-27 17:48:17 +01:00
battle_anim_utility_funcs.c remove some unused data (#4239) 2024-03-04 17:36:23 +01:00
battle_anim_water.c Replaced all usages of tabs in C files with spaces (#5261) 2024-08-26 16:55:54 -07:00
battle_anim.c Remove trailing whitespace (master) (#5174) 2024-08-14 19:48:20 -07:00
battle_arena.c Removed all instances of gBitTable[x] (#5123) 2024-08-17 10:28:09 -05:00
battle_bg.c Move Descriptions in battle (#4152) 2024-05-31 12:10:03 +02:00
battle_controller_link_opponent.c Removed all instances of gBitTable[x] (#5123) 2024-08-17 10:28:09 -05:00
battle_controller_link_partner.c Removed all instances of gBitTable[x] (#5123) 2024-08-17 10:28:09 -05:00
battle_controller_opponent.c Removed all instances of gBitTable[x] (#5123) 2024-08-17 10:28:09 -05:00
battle_controller_player_partner.c Removed all instances of gBitTable[x] (#5123) 2024-08-17 10:28:09 -05:00
battle_controller_player.c Adds config to show target of ingame partner (#5307) 2024-09-03 19:28:59 +02:00
battle_controller_recorded_opponent.c Removed all instances of gBitTable[x] (#5123) 2024-08-17 10:28:09 -05:00
battle_controller_recorded_player.c Removed all instances of gBitTable[x] (#5123) 2024-08-17 10:28:09 -05:00
battle_controller_safari.c Removed all instances of gBitTable[x] (#5123) 2024-08-17 10:28:09 -05:00
battle_controller_wally.c Removed all instances of gBitTable[x] (#5123) 2024-08-17 10:28:09 -05:00
battle_controllers.c Merge branch '_RHH/master' into _RHH/upcoming 2024-08-28 12:58:14 -04:00
battle_debug.c More changes from typeX to types[X] 2024-08-07 11:35:45 -07:00
battle_dome.c Merge branch '_RHH/master' into _RHH/upcoming 2024-08-20 08:00:05 -04:00
battle_dynamax.c Fixes Zigzgoon battle being able to use a Gimmick (#5129) 2024-08-11 00:23:51 +02:00
battle_factory_screen.c Remove trailing whitespace (master) (#5174) 2024-08-14 19:48:20 -07:00
battle_factory.c Remove trailing whitespace (master) (#5174) 2024-08-14 19:48:20 -07:00
battle_gfx_sfx_util.c Removed all instances of gBitTable[x] (#5123) 2024-08-17 10:28:09 -05:00
battle_gimmick.c Removed all instances of gBitTable[x] (#5123) 2024-08-17 10:28:09 -05:00
battle_interface.c Removed all instances of gBitTable[x] (#5123) 2024-08-17 10:28:09 -05:00
battle_intro.c Merge remote-tracking branch '_pret/master' into _RHH/pr/master/pret_sync20240324 2024-03-24 13:52:18 -03:00
battle_main.c Merge branch '_RHH/master' into _RHH/upcoming 2024-08-24 19:44:35 -04:00
battle_message.c Merge branch '_RHH/master' into _RHH/upcoming 2024-08-28 12:58:14 -04:00
battle_palace.c Add temp var aliases 2023-08-04 14:17:28 -04:00
battle_pike.c Merge branch 'master' of https://github.com/pret/pokeemerald into pretmergenewyears 2023-12-30 20:49:05 +01:00
battle_pyramid_bag.c Raised the limit of max items per stack to 999 (#3923) 2024-01-14 16:32:38 -03:00
battle_pyramid.c Removed all instances of gBitTable[x] (#5123) 2024-08-17 10:28:09 -05:00
battle_records.c Apply ghoul's review 2024-02-06 23:36:30 +01:00
battle_script_commands.c Convert 8 various to callnatives (#5172) 2024-09-01 15:12:43 +02:00
battle_setup.c Remove trailing whitespace (master) (#5174) 2024-08-14 19:48:20 -07:00
battle_tent.c Customizable FrontierMon Sets (#4313) 2024-03-29 08:47:17 +01:00
battle_terastal.c Removed all instances of gBitTable[x] (#5123) 2024-08-17 10:28:09 -05:00
battle_tower.c Merge branch 'followers-expanded-id' of https://github.com/aarant/pokeemerald into pretmerge7aug 2024-08-07 12:42:45 +02:00
battle_transition_frontier.c remove some unused data (#4239) 2024-03-04 17:36:23 +01:00
battle_transition.c Fixed B_TRANSITION_SHRED_SPLIT from softlocking the game (#4919) 2024-07-08 10:08:07 +02:00
battle_tv.c Fixes Charged up status (#5274) 2024-08-27 20:01:51 +02:00
battle_util.c Merge branch '_RHH/master' into _RHH/upcoming 2024-08-28 12:58:14 -04:00
battle_util2.c Add B_SHOW_TYPES and cleaned up IsDoubleBattle (#5131) 2024-08-11 17:55:51 +02:00
battle_z_move.c Removed all instances of gBitTable[x] (#5123) 2024-08-17 10:28:09 -05:00
berry_blender.c Changed single-use berry blender strings to be COMPOUND_STRINGs (#4963) 2024-08-08 14:48:01 +02:00
berry_crush.c Merge remote-tracking branch '_pret/master' into _RHH/pr/master/pret_sync20240324 2024-03-24 13:52:18 -03:00
berry_fix_graphics.c Solved a bunch of -Wall errors on modern 2023-09-20 19:01:08 -03:00
berry_fix_program.c Correct berry fix graphics colors, more PLTT constant use (#1892) 2023-08-09 12:49:21 -04:00
berry_powder.c Solved a bunch of -Wall errors on modern 2023-09-20 19:01:08 -03:00
berry_tag_screen.c Merge remote-tracking branch 'pret/master' into RHH/pr/upcoming/pret_20230829 2023-08-31 14:28:01 -04:00
berry.c (Default Off) Item Description Headers (#4767) 2024-09-03 20:22:01 +02:00
bike.c Revert "Allowed running inside buildings." 2024-02-12 20:37:09 -05:00
birch_pc.c Merge branch '_RHH/master' into _RHH/upcoming 2024-01-11 19:51:11 -03:00
braille_puzzles.c Merge branch '_RHH/upcoming' into _RHH/pr/upcoming/merrpFollowers 2024-01-17 18:11:35 -03:00
braille.c Sync text ctrl codes with pokefirered 2022-11-23 21:13:00 -05:00
cable_car.c Merge branch '_RHH/upcoming' into _RHH/pr/upcoming/merrpFollowers 2024-01-17 18:11:35 -03:00
cable_club.c Merge branch 'pret_master' into RHH/pr/upcoming/pret_Merge20231002 2023-10-02 17:17:41 -03:00
clear_save_data_screen.c Merge branch 'master' of https://github.com/pret/pokeemerald into ui-standardize 2023-01-18 11:07:12 -05:00
clock.c Remove trailing whitespace (master) (#5174) 2024-08-14 19:48:20 -07:00
coins.c Fix inconsistent static s/g names 2022-05-17 14:00:02 -04:00
confetti_util.c Document files with a few remaining symbols 2021-11-02 18:06:06 -04:00
contest_ai.c Move data unification (#3999) 2024-01-29 08:51:32 -03:00
contest_effect.c Merge branch '_pret/master' into _RHH/pr/upcoming/pret_20240210 2024-02-10 18:05:20 -03:00
contest_link_util.c
contest_link.c Merge branch 'master' into doc-union 2021-10-07 16:10:35 -04:00
contest_painting.c unify monSpritesGfx sprites/ptr and fix various compiler errors on o3/os/og (#4252) 2024-03-06 22:26:33 +01:00
contest_util.c Removed duplicated object event tags 2024-05-28 14:16:34 -04:00
contest.c Enable GF species names by default 2024-04-25 18:40:37 +01:00
coord_event_weather.c
credits.c Merge branch 'master' of https://github.com/pret/pokeemerald into pretmergenewyears 2023-12-30 20:49:05 +01:00
crt0.s Allocate initialized sections for EWRAM and IWRAM (#3892) 2024-01-02 14:24:52 +00:00
data.c Merge branch '_RHH/upcoming' into _RHH/pr/upcoming/merrpFollowers 2024-04-20 13:23:14 -04:00
daycare.c Merge branch '_RHH/master' into _RHH/upcoming 2024-07-21 13:36:07 -04:00
debug.c Replaced all usages of tabs in C files with spaces (#5261) 2024-08-26 16:55:54 -07:00
decompress.c Make Pokémon Sprite Visualizer name official (#4745) 2024-06-09 12:12:35 -04:00
decoration_inventory.c Merge branch 'battle_engine' of https://github.com/rh-hideout/pokeemerald-expansion into HEAD 2022-04-02 18:45:18 -03:00
decoration.c Revert NUM_DECORATION_FLAGS definition 2024-05-22 14:17:11 -04:00
dewford_trend.c Misc missing constant use 2023-08-10 01:42:18 -04:00
digit_obj_util.c Added support for compressed OW graphics. 2023-12-31 00:35:27 -05:00
diploma.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
dodrio_berry_picking.c Fixed braces style 2024-01-18 17:07:17 -03:00
dynamic_placeholder_text_util.c
easy_chat.c Revert "Guillotine: Decapitalize everything (#3949)" (#4525) 2024-05-13 19:19:37 +02:00
egg_hatch.c Merge branch '_RHH/master' into _RHH/upcoming 2024-06-04 16:47:29 -04:00
ereader_helpers.c Fix FREE_TRAINER_HILL 2024-02-02 15:24:46 +01:00
ereader_screen.c Merge branch 'master' of https://github.com/pret/pokeemerald into doc-windows 2023-01-07 13:30:11 -05:00
ev_caps.c EV Caps and EV Items (#5269) 2024-09-01 23:15:39 +02:00
event_data.c Merge branch '_RHH/upcoming' into _RHH/pr/upcoming/merrpFollowers 2024-01-17 18:11:35 -03:00
event_object_lock.c Cleanup 2023-06-18 01:19:46 -04:00
event_object_movement.c Replaced all usages of tabs in C files with spaces (#5261) 2024-08-26 16:55:54 -07:00
evolution_graphics.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
evolution_scene.c Add the Let's Go evolution method (#4758) 2024-06-12 11:31:19 +02:00
expansion_intro.c Removed trailing whitespaces 2023-02-26 18:43:15 -03:00
fake_rtc.c Add OW_FLAG_PAUSE_TIME, pausefakertc, resumefakertc and togglefakertc (#4954) 2024-07-13 20:44:27 +02:00
faraway_island.c Struct pointers star standarizing 2022-07-29 11:15:33 -04:00
field_camera.c Document camera sprite functions 2023-11-22 13:52:56 -05:00
field_control_avatar.c Changed EVO_OVERWORLD_STEPS to use an EWRAM variable (#5047) 2024-07-27 20:48:59 +02:00
field_door.c Fix Wall Werrors on modern (#3412) 2023-10-13 18:39:35 +02:00
field_effect_helpers.c Add option to hide substitute followers (#4765) 2024-06-12 13:53:01 -04:00
field_effect.c Implemented OW_IGNORE_EGGS_ON_HEAL (#4888) 2024-07-04 16:03:42 +02:00
field_message_box.c Revert "Guillotine: Decapitalize everything (#3949)" (#4525) 2024-05-13 19:19:37 +02:00
field_player_avatar.c fix fishing minigame 2024-07-25 00:58:21 +02:00
field_poison.c Merge branch '_RHH/upcoming' into _RHH/pr/upcoming/merrpFollowers 2024-02-13 20:35:05 -03:00
field_region_map.c Merge branch 'master' of https://github.com/pret/pokeemerald into doc-windows 2023-02-01 14:59:45 -05:00
field_screen_effect.c FRLG+ whiteout message (#4967) 2024-08-02 08:28:05 -07:00
field_special_scene.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
field_specials.c Remove trailing whitespace (master) (#5174) 2024-08-14 19:48:20 -07:00
field_tasks.c Solved a bunch of -Wall errors on modern 2023-09-20 19:01:08 -03:00
field_weather_effect.c Merge branch '_RHH/master' into _RHH/upcoming 2024-07-27 16:26:37 -04:00
field_weather.c BW2 Style Map Pop-Ups (#4396) 2024-06-09 16:03:41 -04:00
fieldmap.c Merge branch 'master' of https://github.com/pret/pokeemerald into pretmerge14aug 2024-08-14 12:33:04 +02:00
fldeff_cut.c Merge remote-tracking branch 'pret/master' into MergedBranchUltimate 2022-08-22 20:30:45 -04:00
fldeff_dig.c
fldeff_escalator.c Solved a bunch of -Wall errors on modern 2023-09-20 19:01:08 -03:00
fldeff_flash.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
fldeff_misc.c Merge branch '_RHH/upcoming' into _RHH/pr/upcoming/merrpFollowers 2024-01-17 18:11:35 -03:00
fldeff_rocksmash.c Fixed most functions that take/return graphicsIds to accept u16s. 2023-01-12 21:44:56 -05:00
fldeff_softboiled.c
fldeff_strength.c Renaming Script Contexts 2022-08-15 15:18:12 -04:00
fldeff_sweetscent.c Optimize/get rid of unused palette vars/functions (#4841) 2024-08-04 21:41:55 -04:00
fldeff_teleport.c Follower pokemon now disappears when teleporting. 2022-08-17 19:50:22 -04:00
follower_helper.c Merge branch 'followers-expanded-id' of https://github.com/aarant/pokeemerald into pretmerge7aug 2024-08-07 12:42:45 +02:00
fonts.c Adds config to show target of ingame partner (#5307) 2024-09-03 19:28:59 +02:00
frontier_pass.c Incorporated fixes from upstream 2023-02-16 18:20:54 -03:00
frontier_util.c Refactor Frontier Brains (#5027) 2024-08-12 22:07:12 -05:00
graphics.c Merge branch '_RHH/master' into _RHH/upcoming 2024-08-14 17:10:20 -04:00
gym_leader_rematch.c Fix FREE_MATCH_CALL 2024-02-02 14:13:16 +01:00
hall_of_fame.c Enable GF species names by default 2024-04-25 18:40:37 +01:00
heal_location.c FRLG+ whiteout message (#4967) 2024-08-02 08:28:05 -07:00
hof_pc.c Renaming Script Contexts 2022-08-15 15:18:12 -04:00
image_processing_effects.c Standarized use of star in pointer types 2022-07-29 10:17:58 -04:00
international_string_util.c Merge remote-tracking branch '_pret/master' into _RHH/pr/master/pret_sync20240324 2024-03-24 13:52:18 -03:00
intro_credits_graphics.c Solved a bunch of -Wall errors on modern 2023-09-20 19:01:08 -03:00
intro.c Merge branch 'pret_master' into RHH/pr/upcoming/pret_Merge20231002 2023-10-02 17:17:41 -03:00
item_ball.c Item Ball refactor / Pluralize item names for giveitem and finditem (#3942) 2024-01-14 21:35:45 +01:00
item_icon.c Follow up to #4579: wrong naming (#4591) 2024-05-18 17:05:25 +02:00
item_menu_icons.c Merge remote-tracking branch 'pret/master' into RHH/pr/sync/pret_20230125 2023-01-25 20:28:55 -03:00
item_menu.c Allow users to increase MAX_MONEY (#4943) 2024-07-13 11:16:34 +02:00
item_use.c Merge branch 'master' of https://github.com/pret/pokeemerald into pretmerge14aug 2024-08-14 12:33:04 +02:00
item.c Added config to prevent unobtainable Pokemon from being shiny (#4735) 2024-06-29 22:07:14 +02:00
landmark.c Fixed bottom half of Mt. Pyre not being labeled in PokeNav 2024-08-01 13:34:17 -04:00
level_caps.c fix and tweak level cap code (#4505) 2024-05-07 15:53:09 +02:00
libgcnmultiboot.s Merge branch 'battle_engine' of https://github.com/rh-hideout/pokeemerald-expansion into HEAD 2022-04-02 18:45:18 -03:00
libisagbprn.c Move general config file to the config folder (#4805) 2024-06-19 13:42:01 +02:00
librfu_intr.c Standarized use of star in pointer types 2022-07-29 10:17:58 -04:00
librfu_rfu.c fix -Warray-parameter, -Waddress, -Warray-bounds warnings 2023-10-16 09:36:36 +01:00
librfu_sio32id.c unify monSpritesGfx sprites/ptr and fix various compiler errors on o3/os/og (#4252) 2024-03-06 22:26:33 +01:00
librfu_stwi.c Revert style changes 2022-08-15 20:41:12 -04:00
lilycove_lady.c Consolidated Lilycove Contest Lady's values into one struct (#4951) 2024-07-13 14:44:22 +02:00
link_rfu_2.c Solved a bunch of -Wall errors on modern 2023-09-20 19:01:08 -03:00
link_rfu_3.c Merge branch 'pret_master' into RHH/pr/upcoming/pret_Merge20231002 2023-10-02 17:17:41 -03:00
link.c Solved a bunch of -Wall errors on modern 2023-09-20 19:01:08 -03:00
list_menu.c Narrower fonts 2024-04-25 18:40:37 +01:00
load_save.c Remove trailing whitespace (master) (#5174) 2024-08-14 19:48:20 -07:00
lottery_corner.c Merge branch 'master' of https://github.com/pret/pokeemerald into pretmergenewyears 2023-12-30 20:49:05 +01:00
m4a_1.s add missing constant usage in m4a_1 2023-09-23 17:06:12 -04:00
m4a_tables.c Review changes. 2023-09-22 11:19:00 -03:00
m4a.c Fix Wall Werrors on modern (#3412) 2023-10-13 18:39:35 +02:00
mail_data.c Solved a bunch of -Wall errors on modern 2023-09-20 19:01:08 -03:00
mail.c Merge remote-tracking branch 'pret/master' into RHH/pr/sync/pret_20230602 2023-06-02 11:45:28 -04:00
main_menu.c Created COMPOUND_STRINGs for default player names (#5037) 2024-08-08 14:46:17 +02:00
main.c Remove support for the original LCG random number generator (#5078) 2024-08-24 10:07:00 -07:00
map_name_popup.c Remove trailing whitespace (master) (#5174) 2024-08-14 19:48:20 -07:00
match_call.c Trainer data encapsulation (#4216) 2024-02-22 14:22:57 +01:00
math_util.c
mauville_old_man.c Replace at least some shuffle algorithms with Shuffle (#3801) 2023-12-28 09:58:35 +00:00
menu_helpers.c Merge remote-tracking branch 'pret/master' into MergedBranchUltimate 2022-08-22 20:30:45 -04:00
menu_specialized.c Move Relearner now displays move category (#5081) 2024-08-06 23:58:18 +02:00
menu.c BW2 Style Map Pop-Ups (#4396) 2024-06-09 16:03:41 -04:00
metatile_behavior.c Clarify MB_SEMI_DEEP_WATER name 2023-01-17 21:32:55 -05:00
mini_printf.c Replaced all usages of tabs in C files with spaces (#5261) 2024-08-26 16:55:54 -07:00
minigame_countdown.c Solved a bunch of -Wall errors on modern 2023-09-20 19:01:08 -03:00
mirage_tower.c Removed duplicated object event tags 2024-05-28 14:16:34 -04:00
mon_markings.c Review changes from https://github.com/pret/pokefirered/pull/525 2022-08-01 15:37:05 -04:00
money.c Allow users to increase MAX_MONEY (#4943) 2024-07-13 11:16:34 +02:00
move_relearner.c Move Relearner now displays move category (#5081) 2024-08-06 23:58:18 +02:00
multiboot.c Clean up some register constant use 2021-11-10 17:01:21 -05:00
mystery_event_menu.c Merge branch 'master' of https://github.com/pret/pokeemerald into doc-windows 2023-02-01 14:59:45 -05:00
mystery_event_msg.c Correct usage of MysteryEvent to MysteryGift 2021-10-17 03:00:48 -04:00
mystery_event_script.c Clean up code 2024-02-02 13:13:27 +01:00
mystery_gift_client.c Convert ifndef configs to standard configs 2024-02-02 12:43:31 +01:00
mystery_gift_link.c Correct usage of MysteryEvent to MysteryGift 2021-10-17 03:00:48 -04:00
mystery_gift_menu.c Merge branch 'pret_master' into RHH/pr/upcoming/pret_Merge20231002 2023-10-02 17:17:41 -03:00
mystery_gift_scripts.c Document wonder news 2022-11-22 02:17:03 -05:00
mystery_gift_server.c Use the FREE_AND_SET_NULL macro where appropriate 2022-06-03 15:56:11 +01:00
mystery_gift_view.c Merge remote-tracking branch 'pret/master' into RHH/sync/pret_20230214 2023-02-15 14:18:00 -03:00
mystery_gift.c Fix small error with making new FREE_MYSTERY_GIFT 2024-02-02 16:34:03 +01:00
naming_screen.c Add AUTO_LOWERCASE_KEYBOARD (#4976) 2024-07-15 19:06:01 +02:00
new_game.c Add support for multiple roamers (#4762) 2024-06-15 11:17:32 +02:00
option_menu.c Revert "Guillotine: Decapitalize everything (#3949)" (#4525) 2024-05-13 19:19:37 +02:00
overworld.c (Default Off) Item Description Headers (#4767) 2024-09-03 20:22:01 +02:00
palette_util.c unify monSpritesGfx sprites/ptr and fix various compiler errors on o3/os/og (#4252) 2024-03-06 22:26:33 +01:00
palette.c Optimize/get rid of unused palette vars/functions (#4841) 2024-08-04 21:41:55 -04:00
party_menu.c Consolidated the values of Rotom's moves and added Gen9 base form effect (#5186) 2024-08-16 23:31:19 +02:00
play_time.c Added OW_USE_FAKE_RTC and OW_ALTERED_TIME_RATIO (#4910) 2024-07-10 20:58:01 +02:00
player_pc.c Enable GF item names by default 2024-04-25 18:40:37 +01:00
pokeball.c Add B_ENEMY_THROW_BALLS, B_PLAYER_THROW_BALLS_SOUND, and B_ENEMY_THROW_BALLS_SOUND (#4953) 2024-07-14 14:46:04 +02:00
pokeblock_feed.c Consolidate natures (#4562) 2024-05-19 10:14:31 +02:00
pokeblock.c Solved a bunch of -Wall errors on modern 2023-09-20 19:01:08 -03:00
pokedex_area_region_map.c Detect potential misalignment in modern 2023-07-24 19:42:56 +01:00
pokedex_area_screen.c Add support for multiple roamers (#4762) 2024-06-15 11:17:32 +02:00
pokedex_cry_screen.c add missing constant 2024-02-10 05:32:03 -05:00
pokedex_plus_hgss.c Replaced all usages of tabs in C files with spaces (#5261) 2024-08-26 16:55:54 -07:00
pokedex.c Don't specify sDexSearchTypeOptions array size (#4820) 2024-06-19 13:41:18 +02:00
pokemon_animation.c Consolidate natures (#4562) 2024-05-19 10:14:31 +02:00
pokemon_icon.c Make Pokémon Sprite Visualizer name official (#4745) 2024-06-09 12:12:35 -04:00
pokemon_jump.c Fill data for placeholder species (#4281) 2024-03-16 18:38:43 +01:00
pokemon_size_record.c Merge branch '_RHH/master' into _RHH/upcoming 2024-02-16 11:30:01 -03:00
pokemon_sprite_visualizer.c Make Pokémon Sprite Visualizer name official (#4745) 2024-06-09 12:12:35 -04:00
pokemon_storage_system.c Add some null pointer checks (#5130) 2024-08-10 13:33:05 +02:00
pokemon_summary_screen.c Dynamic Move Types in Summary Screen/Battle (#5084) 2024-08-08 11:08:50 +02:00
pokemon.c EV Caps and EV Items (#5269) 2024-09-01 23:15:39 +02:00
pokenav_conditions_gfx.c Created PokeNav COMPOUND_STRINGS (#4983) 2024-08-16 22:41:26 +02:00
pokenav_conditions_search_results.c Created PokeNav COMPOUND_STRINGS (#4983) 2024-08-16 22:41:26 +02:00
pokenav_conditions.c Enable GF species names by default 2024-04-25 18:40:37 +01:00
pokenav_list.c Created PokeNav COMPOUND_STRINGS (#4983) 2024-08-16 22:41:26 +02:00
pokenav_main_menu.c Created PokeNav COMPOUND_STRINGS (#4983) 2024-08-16 22:41:26 +02:00
pokenav_match_call_data.c Created PokeNav COMPOUND_STRINGS (#4983) 2024-08-16 22:41:26 +02:00
pokenav_match_call_gfx.c Created PokeNav COMPOUND_STRINGS (#4983) 2024-08-16 22:41:26 +02:00
pokenav_match_call_list.c Created PokeNav COMPOUND_STRINGS (#4983) 2024-08-16 22:41:26 +02:00
pokenav_menu_handler_gfx.c Created PokeNav COMPOUND_STRINGS (#4983) 2024-08-16 22:41:26 +02:00
pokenav_menu_handler.c Add PokéNav too 2023-12-12 23:20:22 +01:00
pokenav_region_map.c Detect potential misalignment in modern 2023-07-24 19:42:56 +01:00
pokenav_ribbons_list.c Enable GF species names by default 2024-04-25 18:40:37 +01:00
pokenav_ribbons_summary.c Created PokeNav COMPOUND_STRINGS (#4983) 2024-08-16 22:41:26 +02:00
pokenav.c Merge branch 'master' of https://github.com/GriffinRichards/pokeemerald into doc-arg 2022-06-03 15:43:21 -04:00
post_battle_event_funcs.c
random.c Remove support for the original LCG random number generator (#5078) 2024-08-24 10:07:00 -07:00
rayquaza_scene.c More style fixes 2024-05-18 14:36:06 -04:00
record_mixing.c Fix FREE_RECORD_MIXING_HALL_RECORDS 2024-02-02 13:46:19 +01:00
recorded_battle.c Removed all instances of gBitTable[x] (#5123) 2024-08-17 10:28:09 -05:00
region_map.c Revert "Guillotine: Decapitalize everything (#3949)" (#4525) 2024-05-13 19:19:37 +02:00
reload_save.c Allocate initialized sections for EWRAM and IWRAM (#3892) 2024-01-02 14:24:52 +00:00
reset_rtc_screen.c Merge remote-tracking branch 'pret/master' into RHH/sync/pret_20230214 2023-02-15 14:18:00 -03:00
reshow_battle_screen.c Refactor Trainer sprites (#3597) 2023-12-20 23:14:33 +01:00
roamer.c Merge branch 'master' of https://github.com/rh-hideout/pokeemerald-expansion into masterintoupcoming18jun 2024-06-18 15:27:06 +02:00
rom_header_gf.c Ensure FREE_EXTRA_SEEN_FLAGS works 2024-02-02 13:32:13 +01:00
rom_header_rhh.c Rename gItems and gAbilities to gItemsInfo and gAbilitiesInfo (#4068) 2024-01-26 15:25:52 -03:00
rom_header.s Merge pull request #1763 from GriffinRichards/rm-global 2022-09-13 15:08:37 -04:00
rotating_gate.c Removed duplicated object event tags 2024-05-28 14:16:34 -04:00
rotating_tile_puzzle.c Clean up lock/unlock anim movement 2022-08-12 21:18:10 -04:00
roulette.c Clean up pokemon/ball/dex mentions in comments 2023-12-12 19:02:36 +01:00
rtc.c Added OW_USE_FAKE_RTC and OW_ALTERED_TIME_RATIO (#4910) 2024-07-10 20:58:01 +02:00
safari_zone.c Renaming Script Contexts 2022-08-15 15:18:12 -04:00
save_failed_screen.c Fix Wall Werrors on modern (#3412) 2023-10-13 18:39:35 +02:00
save_location.c Clean up pokemon/ball/dex mentions in comments 2023-12-12 19:02:36 +01:00
save.c Save-compatible SaveBlock3 (#4112) 2024-02-10 18:14:36 +01:00
scanline_effect.c Detect potential misalignment in modern 2023-07-24 19:42:56 +01:00
scrcmd.c Merge branch '_RHH/master' into _RHH/upcoming 2024-08-08 13:22:49 -04:00
script_menu.c Remove trailing whitespace (master) (#5174) 2024-08-14 19:48:20 -07:00
script_movement.c Removed all instances of gBitTable[x] (#5123) 2024-08-17 10:28:09 -05:00
script_pokemon_util.c Remove trailing whitespace (master) (#5174) 2024-08-14 19:48:20 -07:00
script.c Convert ifndef configs to standard configs 2024-02-02 12:43:31 +01:00
secret_base.c Merge remote-tracking branch '_RHH_origin/upcoming' into _RHH/pr/upcoming/merrpFollowers 2024-03-17 23:41:23 -03:00
shop.c (Default Off) Item Description Headers (#4767) 2024-09-03 20:22:01 +02:00
siirtc.c Move general config file to the config folder (#4805) 2024-06-19 13:42:01 +02:00
slot_machine.c Merge branch '_pret/master' into _RHH/pr/upcoming/pret_20240210 2024-02-10 18:05:20 -03:00
sound.c Added option to disable species cries (#4791) 2024-06-15 22:07:13 +02:00
sprays.c Improved Repel / Lure Menu (#3594) 2023-11-23 21:31:33 +01:00
start_menu.c Revert "Guillotine: Decapitalize everything (#3949)" (#4525) 2024-05-13 19:19:37 +02:00
starter_choose.c Merge branch 'master' of https://github.com/pret/pokeemerald into pretmergenewyears 2023-12-30 20:49:05 +01:00
strings.c Created PokeNav COMPOUND_STRINGS (#4983) 2024-08-16 22:41:26 +02:00
task.c
test_runner_stub.c Separate build directory for tests and TESTING define (#3002) 2023-05-31 09:38:37 -04:00
text_input_strings.c
text_window.c Write palette IDs in hex 2022-08-19 15:29:35 +01:00
tileset_anims.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
tilesets.c Convert tilesets.s to C 2022-09-27 17:23:26 -04:00
time_events.c Optional high-quality RNG (#3780) 2023-12-22 17:39:15 +00:00
title_screen.c Clean up pokemon/ball/dex mentions in comments 2023-12-12 19:02:36 +01:00
trade.c unify monSpritesGfx sprites/ptr and fix various compiler errors on o3/os/og (#4252) 2024-03-06 22:26:33 +01:00
trader.c Merge remote-tracking branch 'pret/master' into MergedBranchUltimate 2022-08-22 20:30:45 -04:00
trainer_card.c Allow users to increase MAX_MONEY (#4943) 2024-07-13 11:16:34 +02:00
trainer_hill.c Removed all instances of gBitTable[x] (#5123) 2024-08-17 10:28:09 -05:00
trainer_pokemon_sprites.c Merge branch '_RHH/upcoming' into _RHH/pr/upcoming/merrpFollowers 2024-02-13 20:35:05 -03:00
trainer_see.c Removed duplicate tags 2024-05-28 14:58:26 -04:00
trig.c
tv.c Add B_SHOW_TYPES and cleaned up IsDoubleBattle (#5131) 2024-08-11 17:55:51 +02:00
type_icons.c Fix a display issue with B_SHOW_TYPES (#5201) 2024-08-26 15:16:56 -04:00
union_room_battle.c Matching merge from upstream pret 2023-01-20 12:31:54 -03:00
union_room_chat.c Fix FREE_UNION_ROOM_CHAT 2024-02-02 14:57:40 +01:00
union_room_player_avatar.c Merge remote-tracking branch 'merrp_origin/followers-expanded-id' into merrp/followers_RHH_merge3 2023-06-16 21:25:16 -04:00
union_room.c Consolidate type properties (#4185) 2024-03-12 07:57:38 -03:00
use_pokeblock.c Consolidate natures (#4562) 2024-05-19 10:14:31 +02:00
util.c Removed all instances of gBitTable[x] (#5123) 2024-08-17 10:28:09 -05:00
vs_seeker.c Remove trailing whitespace (master) (#5174) 2024-08-14 19:48:20 -07:00
walda_phrase.c Cleaned trailing whitespace 2022-09-11 14:14:49 -04:00
wallclock.c Merge branch 'master' of https://github.com/pret/pokeemerald into doc-windows 2023-02-01 14:59:45 -05:00
wild_encounter.c Add I_REPEL_INCLUDE_FAINTED config and behavior (#5239) 2024-08-26 15:58:12 +02:00
wireless_communication_status_screen.c Merge remote-tracking branch 'pret/master' into RHH/pr/sync/pret_20230602 2023-06-02 11:45:28 -04:00
wonder_news.c Restored improvements from upstream 2023-01-20 12:34:15 -03:00