pokeemerald/src
2023-08-08 23:56:16 -04:00
..
data Added STANDARD_FRIENDSHIP constant to allow easier custom adjustments 2023-03-14 08:54:49 -03:00
agb_flash_1m.c
agb_flash_le.c
agb_flash_mx.c
agb_flash.c
AgbRfu_LinkManager.c
anim_mon_front_pics.c
apprentice.c
bard_music.c Review changes 2022-10-27 11:26:09 -03:00
battle_ai_script_commands.c Renamed MON_DATA_SPECIES2 to MON_DATA_SPECIES_OR_EGG for clarification 2023-02-24 07:53:02 -03:00
battle_ai_switch_items.c Renamed MON_DATA_SPECIES2 to MON_DATA_SPECIES_OR_EGG for clarification 2023-02-24 07:53:02 -03:00
battle_anim_bug.c
battle_anim_dark.c Revert incorrect constant usage, add new correct ones 2023-01-18 12:11:09 -05:00
battle_anim_dragon.c
battle_anim_effects_1.c Using RGB color constants where appropiate 2023-07-31 15:33:14 -04:00
battle_anim_effects_2.c Using RGB color constants where appropiate 2023-07-31 15:33:14 -04:00
battle_anim_effects_3.c Using RGB color constants where appropiate 2023-07-31 15:33:14 -04:00
battle_anim_electric.c
battle_anim_fight.c Using GET_BATTLER_SIDE and GET_BATTLER_SIDE2 2022-09-03 00:28:32 -04:00
battle_anim_fire.c Merge branch 'master' of https://github.com/pret/pokeemerald into ui-standardize 2023-01-18 11:07:12 -05:00
battle_anim_flying.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
battle_anim_ghost.c Using RGB color constants where appropiate 2023-07-31 15:33:14 -04:00
battle_anim_ground.c
battle_anim_ice.c Merge branch 'master' of https://github.com/pret/pokeemerald into ui-standardize 2023-01-18 11:07:12 -05:00
battle_anim_mon_movement.c Revert incorrect constant usage, add new correct ones 2023-01-18 12:11:09 -05:00
battle_anim_mons.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
battle_anim_normal.c Using RGB color constants where appropiate 2023-07-31 15:33:14 -04:00
battle_anim_poison.c
battle_anim_psychic.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
battle_anim_rock.c Merge branch 'master' of https://github.com/pret/pokeemerald into ui-standardize 2023-01-18 11:07:12 -05:00
battle_anim_smokescreen.c
battle_anim_sound_tasks.c
battle_anim_status_effects.c Document stat change animation 2023-08-08 23:56:16 -04:00
battle_anim_throw.c Using RGB color constants where appropiate 2023-07-31 15:33:14 -04:00
battle_anim_utility_funcs.c Document stat change animation 2023-08-08 23:56:16 -04:00
battle_anim_water.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
battle_anim.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
battle_arena.c Merge branch 'master' of https://github.com/pret/pokeemerald into ui-standardize 2023-01-18 11:07:12 -05:00
battle_bg.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
battle_controller_link_opponent.c Implemented review changes from https://github.com/pret/pokefirered/pull/548 2022-09-04 21:24:12 -03:00
battle_controller_link_partner.c Merge branch 'master' of https://github.com/pret/pokeemerald into ui-standardize 2023-01-18 11:07:12 -05:00
battle_controller_opponent.c Add some missing PARTY_SIZE usage 2023-01-12 10:51:20 -05:00
battle_controller_player_partner.c Merge branch 'master' of https://github.com/pret/pokeemerald into ui-standardize 2023-01-18 11:07:12 -05:00
battle_controller_player.c Merge branch 'master' of https://github.com/pret/pokeemerald into ui-standardize 2023-01-18 11:07:12 -05:00
battle_controller_recorded_opponent.c Implemented review changes from https://github.com/pret/pokefirered/pull/548 2022-09-04 21:24:12 -03:00
battle_controller_recorded_player.c Merge branch 'master' of https://github.com/pret/pokeemerald into ui-standardize 2023-01-18 11:07:12 -05:00
battle_controller_safari.c
battle_controller_wally.c Merge branch 'master' of https://github.com/pret/pokeemerald into ui-standardize 2023-01-18 11:07:12 -05:00
battle_controllers.c Renamed MON_DATA_SPECIES2 to MON_DATA_SPECIES_OR_EGG for clarification 2023-02-24 07:53:02 -03:00
battle_dome.c Merge branch 'master' of https://github.com/pret/pokeemerald into doc-windows 2023-02-01 14:59:45 -05:00
battle_factory_screen.c Detect potential misalignment in modern 2023-07-24 19:42:56 +01:00
battle_factory.c Made Types and Egg Groups into arrays 2022-11-22 17:05:25 -03:00
battle_gfx_sfx_util.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
battle_interface.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
battle_intro.c
battle_main.c Renamed MON_DATA_SPECIES2 to MON_DATA_SPECIES_OR_EGG for clarification 2023-02-24 07:53:02 -03:00
battle_message.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
battle_palace.c
battle_pike.c Made Types and Egg Groups into arrays 2022-11-22 17:05:25 -03:00
battle_pyramid_bag.c Merge branch 'master' of https://github.com/pret/pokeemerald into ui-standardize 2023-01-18 11:07:12 -05:00
battle_pyramid.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
battle_records.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
battle_script_commands.c STAT_ANIM constant usage 2023-08-04 16:27:45 -04:00
battle_setup.c Renamed MON_DATA_SPECIES2 to MON_DATA_SPECIES_OR_EGG for clarification 2023-02-24 07:53:02 -03:00
battle_tent.c Cleaned trailing whitespace 2022-09-11 14:14:49 -04:00
battle_tower.c Renamed MON_DATA_SPECIES2 to MON_DATA_SPECIES_OR_EGG for clarification 2023-02-24 07:53:02 -03:00
battle_transition_frontier.c Fix some compressed tilemaps 2023-06-01 15:31:12 -04:00
battle_transition.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
battle_tv.c
battle_util.c STAT_ANIM constant usage 2023-08-04 16:27:45 -04:00
battle_util2.c
berry_blender.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
berry_crush.c Using RGB color constants where appropiate 2023-07-31 15:33:14 -04:00
berry_fix_graphics.c
berry_fix_program.c Detect potential misalignment in modern 2023-07-24 19:42:56 +01:00
berry_powder.c
berry_tag_screen.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
berry.c
bike.c metatitleBehavior -> metatileBehavior 2023-02-17 16:43:22 -03:00
birch_pc.c
braille_puzzles.c Renamed MON_DATA_SPECIES2 to MON_DATA_SPECIES_OR_EGG for clarification 2023-02-24 07:53:02 -03:00
braille.c Sync text ctrl codes with pokefirered 2022-11-23 21:13:00 -05:00
cable_car.c Using RGB color constants where appropiate 2023-07-31 15:33:14 -04:00
cable_club.c
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
coins.c
confetti_util.c
contest_ai.c
contest_effect.c
contest_link_util.c
contest_link.c
contest_painting.c Using RGB color constants where appropiate 2023-07-31 15:33:14 -04:00
contest_util.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
contest.c Detect potential misalignment in modern 2023-07-24 19:42:56 +01:00
coord_event_weather.c
credits.c Merge branch 'master' of https://github.com/pret/pokeemerald into ui-standardize 2023-01-18 11:07:12 -05:00
crt0.s Drop usage of global directive 2022-09-02 21:53:44 -04:00
data.c Merge branch 'master' of https://github.com/pret/pokeemerald into constants-num-frames 2023-02-01 16:09:01 -05:00
daycare.c Declarations for 2- and 3-argument GetMonData (#1756) 2023-07-24 09:57:37 -04:00
decompress.c [doc] clean up casts in decompress.c 2022-09-29 17:33:39 +02:00
decoration_inventory.c
decoration.c Detect potential misalignment in modern 2023-07-24 19:42:56 +01:00
dewford_trend.c
digit_obj_util.c
diploma.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
dodrio_berry_picking.c Fix swapped Dodrio Berry Picking palettes 2023-06-05 19:53:59 -04:00
dynamic_placeholder_text_util.c
easy_chat.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
egg_hatch.c Review changes 2023-02-15 13:56:11 -03:00
ereader_helpers.c
ereader_screen.c Merge branch 'master' of https://github.com/pret/pokeemerald into doc-windows 2023-01-07 13:30:11 -05:00
event_data.c
event_object_lock.c
event_object_movement.c Replace some & usage with % 2023-04-26 16:12:00 -04:00
evolution_graphics.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
evolution_scene.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
faraway_island.c
field_camera.c Add NUM_TILES_PER_METATILE 2022-12-03 17:29:02 -05:00
field_control_avatar.c Treat map data as const 2023-03-08 12:00:30 -05:00
field_door.c
field_effect_helpers.c Use constants for overworld object palette slots 2022-09-27 20:16:48 -04:00
field_effect.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
field_message_box.c
field_player_avatar.c
field_poison.c Renamed MON_DATA_SPECIES2 to MON_DATA_SPECIES_OR_EGG for clarification 2023-02-24 07:53:02 -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 Merge branch 'master' of https://github.com/pret/pokeemerald into ui-standardize 2023-01-18 11:07:12 -05:00
field_special_scene.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
field_specials.c Renamed MON_DATA_SPECIES2 to MON_DATA_SPECIES_OR_EGG for clarification 2023-02-24 07:53:02 -03:00
field_tasks.c Cleaned trailing whitespace 2022-09-11 14:14:49 -04:00
field_weather_effect.c Merge branch 'master' into thunder 2022-10-18 04:37:56 +00:00
field_weather.c Detect potential misalignment in modern 2023-07-24 19:42:56 +01:00
fieldmap.c Detect potential misalignment in modern 2023-07-24 19:42:56 +01:00
fldeff_cut.c
fldeff_dig.c
fldeff_escalator.c
fldeff_flash.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
fldeff_misc.c
fldeff_rocksmash.c
fldeff_softboiled.c
fldeff_strength.c
fldeff_sweetscent.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
fldeff_teleport.c
fonts.c
frontier_pass.c Add fix for commented bug 2023-02-03 16:01:13 -05:00
frontier_util.c Renamed MON_DATA_SPECIES2 to MON_DATA_SPECIES_OR_EGG for clarification 2023-02-24 07:53:02 -03:00
graphics.c Document stat change animation 2023-08-08 23:56:16 -04:00
gym_leader_rematch.c
hall_of_fame.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
heal_location.c
hof_pc.c
image_processing_effects.c
international_string_util.c Sync text ctrl codes with pokefirered 2022-11-23 21:13:00 -05:00
intro_credits_graphics.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
intro.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
item_icon.c Clean up shop.c 2022-09-22 15:08:17 -04:00
item_menu_icons.c Add some missing sizeof usage for SpriteSheets 2023-01-24 17:04:48 -05:00
item_menu.c Detect potential misalignment in modern 2023-07-24 19:42:56 +01:00
item_use.c Treat map data as const 2023-03-08 12:00:30 -05:00
item.c Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contest-bar 2023-02-01 15:52:19 -05:00
landmark.c
libgcnmultiboot.s
libisagbprn.c [debug] do not use heap allocation for MgbaPrintf 2022-09-23 04:12:57 +02:00
librfu_intr.c
librfu_rfu.c
librfu_sio32id.c
librfu_stwi.c
lilycove_lady.c
link_rfu_2.c Sync wireless improvements 2022-11-09 15:14:18 -05:00
link_rfu_3.c Sync trade 2022-12-15 15:40:59 -05:00
link.c Detect potential misalignment in modern 2023-07-24 19:42:56 +01:00
list_menu.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
load_save.c [doc] fix misnamed dma <--> aslr 2022-09-07 14:37:03 +02:00
lottery_corner.c
m4a_1.s
m4a_tables.c
m4a.c
mail_data.c
mail.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
main_menu.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
main.c Merge pull request #1768 from SBird1337/feature/mgba-print 2022-09-23 13:49:48 -04:00
map_name_popup.c
match_call.c
math_util.c
mauville_old_man.c Rename GAME_STAT_FISHING_CAPTURES to GAME_STAT_FISHING_ENCOUNTERS 2023-06-05 14:15:07 +02:00
menu_helpers.c
menu_specialized.c Renamed MON_DATA_SPECIES2 to MON_DATA_SPECIES_OR_EGG for clarification 2023-02-24 07:53:02 -03:00
menu.c
metatile_behavior.c Clarify MB_SEMI_DEEP_WATER name 2023-01-17 21:32:55 -05:00
mini_printf.c Fix debug printing negative values 2023-02-01 09:36:18 -05:00
minigame_countdown.c Implemented review changes from https://github.com/pret/pokefirered/pull/548 2022-09-04 21:24:12 -03:00
mirage_tower.c Detect potential misalignment in modern 2023-07-24 19:42:56 +01:00
mon_markings.c
money.c
move_relearner.c Merge branch 'master' of https://github.com/pret/pokeemerald into doc-windows 2023-02-01 14:59:45 -05:00
multiboot.c
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
mystery_event_script.c Document the trendy saying word group 2023-03-13 15:58:40 -04:00
mystery_gift_client.c
mystery_gift_link.c
mystery_gift_menu.c Merge branch 'master' of https://github.com/pret/pokeemerald into doc-windows 2023-02-01 14:59:45 -05:00
mystery_gift_scripts.c Document wonder news 2022-11-22 02:17:03 -05:00
mystery_gift_server.c
mystery_gift_view.c Merge branch 'master' of https://github.com/pret/pokeemerald into doc-windows 2023-02-01 14:59:45 -05:00
mystery_gift.c Document wonder news 2022-11-22 02:17:03 -05:00
naming_screen.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
new_game.c Use the ITEM_NONE constant for the registeredItem save block field 2022-12-18 21:05:37 +00:00
option_menu.c
overworld.c Add time ranges to UpdateAmbientCry 2023-04-26 12:32:43 -04:00
palette_util.c
palette.c Detect potential misalignment in modern 2023-07-24 19:42:56 +01:00
party_menu.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
play_time.c
player_pc.c Add missing cursorKind field usage 2022-11-09 15:37:47 -05:00
pokeball.c Fix priortiy typos 2023-07-19 17:33:28 +02:00
pokeblock_feed.c Renamed MON_DATA_SPECIES2 to MON_DATA_SPECIES_OR_EGG for clarification 2023-02-24 07:53:02 -03:00
pokeblock.c Additional window id constant usage 2023-02-01 15:24:15 -05:00
pokedex_area_region_map.c Detect potential misalignment in modern 2023-07-24 19:42:56 +01:00
pokedex_area_screen.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
pokedex_cry_screen.c Add some missing sizeof usage for SpriteSheets 2023-01-24 17:04:48 -05:00
pokedex.c Merge pull request #1890 from GriffinRichards/pal-macro 2023-05-28 18:28:50 -04:00
pokemon_animation.c Merge branch 'master' of https://github.com/pret/pokeemerald into ui-standardize 2023-01-18 11:07:12 -05:00
pokemon_icon.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
pokemon_jump.c Merge pull request #1854 from GriffinRichards/constants-num-frames 2023-02-27 13:16:49 -05:00
pokemon_size_record.c
pokemon_storage_system.c Detect potential misalignment in modern 2023-07-24 19:42:56 +01:00
pokemon_summary_screen.c Renamed MON_DATA_SPECIES2 to MON_DATA_SPECIES_OR_EGG for clarification 2023-02-24 07:53:02 -03:00
pokemon.c Declarations for 2- and 3-argument GetMonData (#1756) 2023-07-24 09:57:37 -04:00
pokenav_conditions_gfx.c Detect potential misalignment in modern 2023-07-24 19:42:56 +01:00
pokenav_conditions_search_results.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
pokenav_conditions.c Renamed MON_DATA_SPECIES2 to MON_DATA_SPECIES_OR_EGG for clarification 2023-02-24 07:53:02 -03:00
pokenav_list.c
pokenav_main_menu.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
pokenav_match_call_data.c
pokenav_match_call_gfx.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
pokenav_match_call_list.c
pokenav_menu_handler_gfx.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
pokenav_menu_handler.c
pokenav_region_map.c Detect potential misalignment in modern 2023-07-24 19:42:56 +01:00
pokenav_ribbons_list.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
pokenav_ribbons_summary.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
pokenav.c
post_battle_event_funcs.c
random.c
rayquaza_scene.c Detect potential misalignment in modern 2023-07-24 19:42:56 +01:00
record_mixing.c Documenting padding in structs used by Saveblocks 2022-12-17 22:55:43 -03:00
recorded_battle.c Moved ILLEGAL_BATTLE_TYPES to include\constants\battle.h and renamed it to BATTLE_TYPE_RECORDED_INVALID 2022-10-07 15:49:00 -03:00
region_map.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
reload_save.c
reset_rtc_screen.c Use window constants in reset_rtc_screen 2022-09-29 18:29:20 -04:00
reshow_battle_screen.c gReservedSpritePaletteCount using MAX_BATTLERS_COUNT for battles 2022-09-14 12:20:59 -03:00
roamer.c Cleaned trailing whitespace 2022-09-11 14:14:49 -04:00
rom_header_gf.c Merge pull request #1810 from AsparagusEduardo/pret/pr/baseStatsRename 2022-11-18 17:45:23 -05:00
rom_header.s Merge pull request #1763 from GriffinRichards/rm-global 2022-09-13 15:08:37 -04:00
rotating_gate.c Add some missing sizeof usage for SpriteSheets 2023-01-24 17:04:48 -05:00
rotating_tile_puzzle.c
roulette.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
rtc.c
safari_zone.c
save_failed_screen.c Merge branch 'master' of https://github.com/pret/pokeemerald into ui-standardize 2023-01-18 11:07:12 -05:00
save_location.c
save.c Cleaned trailing whitespace 2022-09-11 14:14:49 -04:00
scanline_effect.c Detect potential misalignment in modern 2023-07-24 19:42:56 +01:00
scrcmd.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
script_menu.c Fix 'y' actually being 'x' in CreatePCMultichoice 2022-09-08 10:38:52 +02:00
script_movement.c
script_pokemon_util.c Renamed MON_DATA_SPECIES2 to MON_DATA_SPECIES_OR_EGG for clarification 2023-02-24 07:53:02 -03:00
script.c Cleaned trailing whitespace 2022-09-11 14:14:49 -04:00
secret_base.c More missing constant usage 2022-11-09 15:53:47 -05:00
shop.c Merge branch 'master' of https://github.com/pret/pokeemerald into ui-standardize 2023-01-18 11:07:12 -05:00
siirtc.c
slot_machine.c Using RGB color constants where appropiate 2023-07-31 15:33:14 -04:00
sound.c Cleaned trailing whitespace 2022-09-11 14:14:49 -04:00
start_menu.c Merge branch 'master' of https://github.com/pret/pokeemerald into ui-standardize 2023-01-18 11:07:12 -05:00
starter_choose.c Merge branch 'master' of https://github.com/pret/pokeemerald into ui-standardize 2023-01-18 11:07:12 -05:00
strings.c
task.c
text_input_strings.c
text_window.c
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
title_screen.c Merge branch 'master' of https://github.com/pret/pokeemerald into ui-standardize 2023-01-18 11:07:12 -05:00
trade.c Merge pull request #1858 from AsparagusEduardo/pret/doc/fateful 2023-02-28 11:48:34 -05:00
trader.c
trainer_card.c Merge branch 'master' of https://github.com/pret/pokeemerald into doc-windows 2023-02-01 14:59:45 -05:00
trainer_hill.c Treat map data as const 2023-03-08 12:00:30 -05:00
trainer_pokemon_sprites.c Merge branch 'master' of https://github.com/pret/pokeemerald into constants-num-frames 2023-02-01 16:09:01 -05:00
trainer_see.c Merge branch 'master' of https://github.com/pret/pokeemerald into sync-trade 2023-01-23 14:45:51 -05:00
trig.c
tv.c Fix sTVPokemonAnslerTextGroup typo 2023-06-05 13:13:35 -04:00
union_room_battle.c Merge branch 'master' of https://github.com/pret/pokeemerald into ui-standardize 2023-01-18 11:07:12 -05:00
union_room_chat.c Merge branch 'master' into doc-chat 2023-02-15 10:57:05 -05:00
union_room_player_avatar.c Sync wireless improvements 2022-11-09 15:14:18 -05:00
union_room.c Renamed MON_DATA_SPECIES2 to MON_DATA_SPECIES_OR_EGG for clarification 2023-02-24 07:53:02 -03:00
use_pokeblock.c Fix some compressed tilemaps 2023-06-01 15:31:12 -04:00
util.c Detect potential misalignment in modern 2023-07-24 19:42:56 +01: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 Rename GAME_STAT_FISHING_CAPTURES to GAME_STAT_FISHING_ENCOUNTERS 2023-06-05 14:15:07 +02:00
wireless_communication_status_screen.c Add some missing palette macro use 2023-05-25 15:09:16 -04:00
wonder_news.c Document wonder news 2022-11-22 02:17:03 -05:00