pokefirered/src
2024-06-04 21:06:27 +02:00
..
data added box link functionality 2024-06-04 21:06:27 +02:00
agb_flash_1m.c first commit 2017-12-16 23:54:22 -08:00
agb_flash_le.c first commit 2017-12-16 23:54:22 -08:00
agb_flash_mx.c first commit 2017-12-16 23:54:22 -08:00
agb_flash.c make flash source volatile (ported from emerald) 2021-06-26 22:53:49 -04:00
AgbRfu_LinkManager.c Synced src/mon_markings.c and partly synced PSS 2022-07-30 12:29:20 -04:00
bag.c updated battle_controller_opponent up to CONTROLLER_PRINTSTRING 2024-05-10 14:07:13 +02:00
battle_ai_main.c fixed z-moves 2024-05-18 13:53:20 +02:00
battle_ai_switch_items.c rename gItems to gItemsInfo 2024-05-24 22:31:38 +02:00
battle_ai_util.c rename gItems to gItemsInfo 2024-05-24 22:31:38 +02:00
battle_anim_bug.c Sync battle anim - fire 2022-08-16 15:15:07 -04:00
battle_anim_dark.c Sync palette macros 2023-05-26 14:52:21 -04:00
battle_anim_dragon.c Sync battle anim - dragon 2022-08-14 18:36:29 -04:00
battle_anim_effects_1.c added mega evolution, removed old type effectiveness 2024-05-09 12:48:10 +02:00
battle_anim_effects_2.c fixed ultra burst and added animation for necrozma moves 2024-05-19 01:19:35 +02:00
battle_anim_effects_3.c removed special deoxys sprite handling 2024-06-01 23:11:53 +02:00
battle_anim_electric.c fixed ultra burst and added animation for necrozma moves 2024-05-19 01:19:35 +02:00
battle_anim_fight.c Sync battle anim - fight 2022-08-16 14:51:48 -04:00
battle_anim_fire.c fixed ultra burst and added animation for necrozma moves 2024-05-19 01:19:35 +02:00
battle_anim_flying.c Sync palette macros 2023-05-26 14:52:21 -04:00
battle_anim_ghost.c added mega evolution, removed old type effectiveness 2024-05-09 12:48:10 +02:00
battle_anim_ground.c Sync battle anim - ground 2022-08-16 15:38:51 -04:00
battle_anim_ice.c Sync palette macros 2023-05-26 14:52:21 -04:00
battle_anim_mon_movement.c Sync battle anim - scripts 2022-08-19 01:07:53 -04:00
battle_anim_mons.c removed special deoxys sprite handling 2024-06-01 23:11:53 +02:00
battle_anim_new.c dynamax animation 2024-05-19 14:59:41 +02:00
battle_anim_normal.c Sync battle anim - normal 2022-08-17 13:30:22 -04:00
battle_anim_poison.c Merge remote-tracking branch 'pret/master' into pokefirered_pokeemeraldSync4 2022-09-04 17:44:13 -03:00
battle_anim_psychic.c added mega evolution, removed old type effectiveness 2024-05-09 12:48:10 +02:00
battle_anim_rock.c Sync palette macros 2023-05-26 14:52:21 -04:00
battle_anim_smokescreen.c Sync battle anim - smokescreen 2022-08-17 14:29:23 -04:00
battle_anim_sound_tasks.c added mega evolution, removed old type effectiveness 2024-05-09 12:48:10 +02:00
battle_anim_special.c fixed critical capture animation 2024-05-26 16:56:21 +02:00
battle_anim_status_effects.c move anim refactoring 2024-06-01 16:18:47 +02:00
battle_anim_utility_funcs.c updated Cmd_moveend 2024-05-01 16:08:54 +02:00
battle_anim_water.c Sync palette macros 2023-05-26 14:52:21 -04:00
battle_anim.c move anim refactoring 2024-06-01 16:18:47 +02:00
battle_bg.c fixed bug with AI switchout, removed unused functions, refactoring 2024-05-11 13:37:46 +02:00
battle_controller_link_opponent.c finished updating battle_controller_link_opponent 2024-05-10 18:33:03 +02:00
battle_controller_link_partner.c finished updating battle_controller_link_opponent 2024-05-10 18:33:03 +02:00
battle_controller_oak_old_man.c added new pokeball graphics, fixed/refactored tmhms, smaller pokedex entry font to fit whole text 2024-05-14 22:20:07 +02:00
battle_controller_opponent.c fixed z-moves 2024-05-18 13:53:20 +02:00
battle_controller_player.c fixed teachy tv crash 2024-05-26 15:27:36 +02:00
battle_controller_pokedude.c teachy tv: 2024-05-26 16:22:45 +02:00
battle_controller_safari.c finished updating battle_controller_link_partner 2024-05-10 17:55:19 +02:00
battle_controllers.c fixed poison_point freezing game by reading B_BUFF_ABILITY as u16 instead of u8 2024-05-19 19:11:34 +02:00
battle_dynamax.c added dynamax 2024-05-17 18:44:29 +02:00
battle_gfx_sfx_util.c move anim refactoring 2024-06-01 16:18:47 +02:00
battle_interface.c readded some key item field functions, pokedex refactoring 2024-05-25 14:45:33 +02:00
battle_intro.c fixed 1v2 double battles, added wild double battles, removed unused 2024-05-12 22:39:03 +02:00
battle_main.c fixed teachy tv crash 2024-05-26 15:27:36 +02:00
battle_message.c fixed poison_point freezing game by reading B_BUFF_ABILITY as u16 instead of u8 2024-05-19 19:11:34 +02:00
battle_records.c Sync palette macros 2023-05-26 14:52:21 -04:00
battle_script_commands.c teachy tv: 2024-05-26 16:22:45 +02:00
battle_setup.c fixed 1v2 double battles, added wild double battles, removed unused 2024-05-12 22:39:03 +02:00
battle_tower.c readded some key item field functions, pokedex refactoring 2024-05-25 14:45:33 +02:00
battle_transition.c battle_controller_player done up to PlayerHandleTrainerSlideBack 2024-05-09 20:55:10 +02:00
battle_util.c animation changes 2024-05-24 21:22:53 +02:00
battle_util2.c fixed bug with AI switchout, removed unused functions, refactoring 2024-05-11 13:37:46 +02:00
battle_z_move.c fixed z-moves 2024-05-18 13:53:20 +02:00
berry_crush.c Sync palette macros 2023-05-26 14:52:21 -04:00
berry_fix_program.c Sync berry_fix_program 2022-10-02 00:10:53 -04:00
berry_pouch.c new item structure integrated and new items added; fixed bug with pocketId for pokeball pocket 2024-04-21 14:39:40 +02:00
berry_powder.c Merge branch 'master' of https://github.com/pret/pokefirered into doc-ql 2023-08-18 11:26:22 -04:00
berry.c finished updating battle_main, removed unused functions/variables, fixed trainer money rewards 2024-05-12 02:30:07 +02:00
bg_regs.c through sub_8057854 2020-03-28 18:00:52 -04:00
bg.c Document intro functions 2022-09-24 16:15:20 -04:00
bike.c Sync field_tasks 2023-05-17 15:52:14 -04:00
blend_palette.c Document remaining routines in field_specials 2021-03-20 11:13:58 -04:00
blit.c Port blit from Emerald 2019-04-27 12:39:26 -04:00
braille_text.c Remaining text sync/doc 2022-11-22 14:39:18 -05:00
buy_menu_helpers.c Sync palette macros 2023-05-26 14:52:21 -04:00
cable_car_util.c mark cable_car_util functions as static 2019-07-16 06:55:25 +08:00
cable_club.c Merge branch 'master' into sync-text 2022-11-26 18:08:49 -05:00
cereader_tool.c Document/sync misc remaining symbols 2022-11-02 15:29:04 -04:00
clear_save_data_screen.c Sync palette macros 2023-05-26 14:52:21 -04:00
clock.c dont do time based events in pokemon center 1f 2024-05-19 13:52:24 +02:00
coins.c Sync palette macros 2023-05-26 14:52:21 -04:00
coord_event_weather.c Finish field_control_avatar 2020-03-18 21:20:42 -04:00
credits.c fixed sprite when form changing 2024-05-03 02:52:29 +02:00
crt0.s Remove address comments 2022-06-24 21:10:48 -04:00
data.c small updates, first idea for loreleis team 2024-05-11 17:49:45 +02:00
daycare.c fixed more inheritance stuff and egg pokeball sprite 2024-06-02 14:36:23 +02:00
decompress.c removed special deoxys sprite handling 2024-06-01 23:11:53 +02:00
decoration.c Decoration data to C 2020-03-29 11:42:08 -04:00
digit_obj_util.c Label minigame_digits 2022-10-01 23:47:18 -04:00
diploma.c Sync palette macros 2023-05-26 14:52:21 -04:00
dma3_manager.c Comment dma3 methods and create DMA3_*BIT macros 2020-04-10 15:57:08 -04:00
dodrio_berry_picking_comm.c Sync dbp - rename files 2022-08-07 13:55:50 -04:00
dodrio_berry_picking.c Sync palette macros 2023-05-26 14:52:21 -04:00
dynamic_placeholder_text_util.c Sync characters 2022-11-22 13:02:40 -05:00
easy_chat_2.c Initial mystery gift sync 2022-11-19 21:01:35 -05:00
easy_chat_3.c Sync palette macros 2023-05-26 14:52:21 -04:00
easy_chat.c readded some key item field functions, pokedex refactoring 2024-05-25 14:45:33 +02:00
ereader_helpers.c Synced src/mon_markings.c and partly synced PSS 2022-07-30 12:29:20 -04:00
ereader_screen.c Sync mystery gift menu, ereader screen 2022-11-21 23:30:47 -05:00
event_data.c Rtc implementation (#5) 2024-05-05 14:20:30 +02:00
event_object_lock.c Sync event.inc and scrcmd.c 2022-08-09 15:10:38 -04:00
event_object_movement.c Quest log doc cleanup 2023-08-18 15:40:57 -04:00
evolution_graphics.c Sync palette macros 2023-05-26 14:52:21 -04:00
evolution_scene.c readded some key item field functions, pokedex refactoring 2024-05-25 14:45:33 +02:00
fame_checker.c Sync palette macros 2023-05-26 14:52:21 -04:00
field_camera.c Document/sync misc remaining symbols 2022-11-02 15:29:04 -04:00
field_control_avatar.c Quest log doc cleanup 2023-08-18 15:40:57 -04:00
field_door.c Sync src/field_door.c 2023-03-10 00:00:17 +08:00
field_effect_helpers.c More PALSLOT constant usage 2023-08-07 00:44:46 -04:00
field_effect.c large refactoring to remove special deoxys handling 2024-05-03 18:14:38 +02:00
field_fadetransition.c Sync palette macros 2023-05-26 14:52:21 -04:00
field_message_box.c Document text window 2022-10-05 15:00:58 -04:00
field_player_avatar.c Quest log doc cleanup 2023-08-18 15:40:57 -04:00
field_poison.c Merge pull request #611 from GriffinRichards/sync-pokemon 2023-03-18 13:24:51 -04:00
field_screen_effect.c Sync palette macros 2023-05-26 14:52:21 -04:00
field_special_scene.c Document/sync misc remaining symbols 2022-11-02 15:29:04 -04:00
field_specials.c added box link functionality 2024-06-04 21:06:27 +02:00
field_tasks.c Rtc implementation (#5) 2024-05-05 14:20:30 +02:00
field_weather_effects.c Sync field weather effects 2022-09-06 15:30:34 -04:00
field_weather_util.c Sync event.inc and scrcmd.c 2022-08-09 15:10:38 -04:00
field_weather.c Sync palette macros 2023-05-26 14:52:21 -04:00
fieldmap.c Sync palette macros 2023-05-26 14:52:21 -04:00
fldeff_berrytree.c Sync some specials/drop unnecessary prefixes 2020-03-03 17:45:25 -05:00
fldeff_cut.c Sync palette macros 2023-05-26 14:52:21 -04:00
fldeff_dig.c Document item use 2022-10-04 00:51:38 +08:00
fldeff_flash.c Sync palette macros 2023-05-26 14:52:21 -04:00
fldeff_poison.c Give songs meaningful english names 2020-08-29 03:11:03 -04:00
fldeff_rocksmash.c Label movement action arrays, z coord -> elevation 2022-10-05 18:20:54 -04:00
fldeff_softboiled.c Document field moves 2022-09-04 17:55:15 +08:00
fldeff_strength.c Sync script.c 2022-08-22 20:27:23 -04:00
fldeff_sweetscent.c added honey functionality 2024-06-02 23:36:50 +02:00
fldeff_teleport.c Name methods in fldeff_cut 2020-02-26 09:21:49 -05:00
gpu_regs.c Clean up includes 2020-04-08 17:03:26 -04:00
graphics.c fixed ultra burst and added animation for necrozma moves 2024-05-19 01:19:35 +02:00
hall_of_fame.c battle_controller_player done up to PlayerHandleTrainerSlideBack 2024-05-09 20:55:10 +02:00
heal_location.c Use trainer constants in flags, automatically update flags/vars count 2021-01-29 15:50:01 -05:00
help_message.c Document fonts 2022-11-22 14:20:27 -05:00
help_system_util.c Document fonts 2022-11-22 14:20:27 -05:00
help_system.c Document DrawHelpMessageWindowTiles 2022-11-02 13:53:27 -04:00
hof_pc.c Sync script.c 2022-08-22 20:27:23 -04:00
image_processing_effects.c Standarized use of star in pointer types 2022-07-29 10:35:48 -04:00
intro.c Rtc implementation (#5) 2024-05-05 14:20:30 +02:00
isagbprn.c Sync debug print functions 2023-01-31 12:30:53 -05:00
item_menu_icons.c Give proper names to item icon graphics 2023-05-12 10:52:07 -04:00
item_menu.c fixed teachy tv status tutorial 2024-05-26 22:48:15 +02:00
item_pc.c refactoring: removed gMoveNames and move gNatureNamePointers 2024-05-05 22:53:32 +02:00
item_use.c added box link functionality 2024-06-04 21:06:27 +02:00
item.c rename gItems to gItemsInfo 2024-05-24 22:31:38 +02:00
itemfinder.c Treat map data as const 2023-03-16 12:46:46 -04:00
keyboard_text.c Sync keyboard text 2022-09-06 14:10:43 -04:00
learn_move.c refactoring: removed gMoveNames and move gNatureNamePointers 2024-05-05 22:53:32 +02:00
libagbsyscall.s Remove address comments 2022-06-24 21:10:48 -04:00
libgcnmultiboot.s Remove address comments 2022-06-24 21:10:48 -04:00
librfu_intr.c Standarized use of star in pointer types 2022-07-29 10:35:48 -04:00
librfu_rfu.c Removed UNUSED attribute 2022-09-04 18:06:58 -03:00
librfu_sio32id.c fix librfu_sio32id nonmatching (port from emerald) 2021-04-20 22:14:09 -04:00
librfu_stwi.c Reverted ++ operators not related to battle_util.c, battle_util2.c, or battle_main.c 2022-08-08 16:05:16 -04:00
link_rfu_2.c Sync union room 2022-11-08 01:19:15 -05:00
link_rfu_3.c Sync trade 2022-12-15 15:41:42 -05:00
link.c Sync palette macros 2023-05-26 14:52:21 -04:00
list_menu.c updated up to Cmd_resetsentmonsvalue 2024-05-01 23:02:03 +02:00
load_save.c Quest log doc cleanup 2023-08-18 15:40:57 -04:00
m4a_1.s add missing constant usage in m4a_1 2023-09-23 19:37:52 -04:00
m4a_tables.c Synced src/mon_markings.c and partly synced PSS 2022-07-30 12:29:20 -04:00
m4a.c Standarized use of star in pointer types 2022-07-29 10:35:48 -04:00
mail_data.c Sync src/battle_util.c with pokeemerald 2022-08-07 22:37:10 -04:00
mail.c removed special deoxys sprite handling 2024-06-01 23:11:53 +02:00
mailbox_pc.c Document fonts 2022-11-22 14:20:27 -05:00
main_menu.c Rtc implementation (#5) 2024-05-05 14:20:30 +02:00
main.c Rtc implementation (#5) 2024-05-05 14:20:30 +02:00
malloc.c fix alloc and alloczeroed 2021-06-26 22:42:11 -04:00
map_name_popup.c Sync palette macros 2023-05-26 14:52:21 -04:00
map_preview_screen.c Sync palette macros 2023-05-26 14:52:21 -04:00
math_util.c Revert typedefs in math_util 2021-05-26 09:59:32 -04:00
menu_helpers.c Document fonts 2022-11-22 14:20:27 -05:00
menu_indicators.c Sync palette macros 2023-05-26 14:52:21 -04:00
menu.c Sync palette macros 2023-05-26 14:52:21 -04:00
menu2.c added start menu window for time, season, day 2024-05-16 23:29:17 +02:00
metatile_behavior.c Clarify MB_SEMI_DEEP_WATER name 2023-01-17 21:23:33 -05:00
mini_printf.c Fix debug printing negative values 2023-02-01 09:37:54 -05:00
minigame_countdown.c Rename all other graphics 2023-03-16 22:15:44 +08:00
mon_markings.c Document/sync misc remaining symbols 2022-11-02 15:29:04 -04:00
money.c Sync palette macros 2023-05-26 14:52:21 -04:00
multiboot.c Get pokefirered_modern to build 2020-04-04 12:58:08 -04:00
mystery_event_msg.c dump event script text strings 2019-05-21 14:35:12 -04:00
mystery_event_script.c readded some key item field functions, pokedex refactoring 2024-05-25 14:45:33 +02:00
mystery_gift_client.c Clean up mystery gift sync, document wonder news 2022-11-22 01:58:30 -05:00
mystery_gift_link.c Clean up mystery gift sync, document wonder news 2022-11-22 01:58:30 -05:00
mystery_gift_menu.c Sync palette macros 2023-05-26 14:52:21 -04:00
mystery_gift_scripts.c Clean up mystery gift sync, document wonder news 2022-11-22 01:58:30 -05:00
mystery_gift_server.c Clean up mystery gift sync, document wonder news 2022-11-22 01:58:30 -05:00
mystery_gift_show_card.c removed special deoxys sprite handling 2024-06-01 23:11:53 +02:00
mystery_gift_show_news.c Sync palette macros 2023-05-26 14:52:21 -04:00
mystery_gift.c Sync mystery gift menu, ereader screen 2022-11-21 23:30:47 -05:00
naming_screen.c removed special deoxys sprite handling 2024-06-01 23:11:53 +02:00
new_game.c added start menu window for time, season, day 2024-05-16 23:29:17 +02:00
new_menu_helpers.c Sync palette macros 2023-05-26 14:52:21 -04:00
oak_speech.c added new pokeball graphics, fixed/refactored tmhms, smaller pokedex entry font to fit whole text 2024-05-14 22:20:07 +02:00
option_menu.c Sync palette macros 2023-05-26 14:52:21 -04:00
overworld.c Rtc implementation (#5) 2024-05-05 14:20:30 +02:00
palette_util.c Sync palette util 2022-09-06 14:54:40 -04:00
palette.c Sync palette macros 2023-05-26 14:52:21 -04:00
party_menu_specials.c refactoring: removed gMoveNames and move gNatureNamePointers 2024-05-05 22:53:32 +02:00
party_menu.c refactor ability patch and capsule item use 2024-06-04 19:29:07 +02:00
pc_screen_effect.c Sync palette macros 2023-05-26 14:52:21 -04:00
play_time.c Get pokefirered_modern to build 2020-04-04 12:58:08 -04:00
player_pc.c Document fonts 2022-11-22 14:20:27 -05:00
pokeball.c added new pokeball graphics, fixed/refactored tmhms, smaller pokedex entry font to fit whole text 2024-05-14 22:20:07 +02:00
pokedex_area_markers.c Sync palette macros 2023-05-26 14:52:21 -04:00
pokedex_screen.c readded some key item field functions, pokedex refactoring 2024-05-25 14:45:33 +02:00
pokedex.c readded some key item field functions, pokedex refactoring 2024-05-25 14:45:33 +02:00
pokemon_icon.c removed special deoxys sprite handling 2024-06-01 23:11:53 +02:00
pokemon_jump.c fixed sprite when form changing 2024-05-03 02:52:29 +02:00
pokemon_size_record.c readded some key item field functions, pokedex refactoring 2024-05-25 14:45:33 +02:00
pokemon_special_anim_scene.c working version with SpeciesInfo and new Moves 2024-03-17 18:04:06 +01:00
pokemon_special_anim.c refactoring: removed gMoveNames and move gNatureNamePointers 2024-05-05 22:53:32 +02:00
pokemon_storage_system_data.c fixed sprite when form changing 2024-05-03 02:52:29 +02:00
pokemon_storage_system_graphics.c updated up to Cmd_resetsentmonsvalue 2024-05-01 23:02:03 +02:00
pokemon_storage_system_menu.c Document fonts 2022-11-22 14:20:27 -05:00
pokemon_storage_system_misc.c updated up to Cmd_resetsentmonsvalue 2024-05-01 23:02:03 +02:00
pokemon_storage_system_tasks.c working version with SpeciesInfo and new Moves 2024-03-17 18:04:06 +01:00
pokemon_storage_system.c fixed evolution tracker for modern, fixed moved based evolution tracking, removed unused 2024-05-05 19:49:16 +02:00
pokemon_summary_screen.c fixed more inheritance stuff and egg pokeball sprite 2024-06-02 14:36:23 +02:00
pokemon.c implemented fusion item functionality 2024-06-02 18:56:27 +02:00
post_battle_event_funcs.c Use trainer constants in flags, automatically update flags/vars count 2021-01-29 15:50:01 -05:00
prof_pc.c friendship gain when lvled up with rarecandy/xp candy, before/after stats refactoring, dex completion message adjusted to new count 2024-05-25 20:57:01 +02:00
quest_log_battle.c fixed bug with AI switchout, removed unused functions, refactoring 2024-05-11 13:37:46 +02:00
quest_log_events.c refactoring: removed gMoveNames and move gNatureNamePointers 2024-05-05 22:53:32 +02:00
quest_log_objects.c Quest log doc cleanup 2023-08-18 15:40:57 -04:00
quest_log_player.c Quest log doc cleanup 2023-08-18 15:40:57 -04:00
quest_log.c Quest log doc cleanup 2023-08-18 15:40:57 -04:00
random.c updated Cmd_attackcanceler 2024-04-29 18:22:43 +02:00
region_map.c Sync palette macros 2023-05-26 14:52:21 -04:00
renewable_hidden_items.c Use actual flag values for hidden items 2022-10-25 14:51:01 -04:00
reset_rtc_screen.c Rtc implementation (#5) 2024-05-05 14:20:30 +02:00
reset_save_heap.c Sync link.c 2022-11-01 23:09:17 -04:00
reshow_battle_screen.c fixed 1v2 double battles, added wild double battles, removed unused 2024-05-12 22:39:03 +02:00
roamer.c Sync roamer 2022-02-11 15:05:15 -05:00
rom_header_gf.c rename gItems to gItemsInfo 2024-05-24 22:31:38 +02:00
rom_header.s Merge branch 'master' of https://github.com/pret/pokefirered into header 2022-06-27 18:26:40 -04:00
rtc.c added start menu window for time, season, day 2024-05-16 23:29:17 +02:00
safari_zone.c Sync script.c 2022-08-22 20:27:23 -04:00
save_failed_screen.c Document/sync misc remaining symbols 2022-11-02 15:29:04 -04:00
save_location.c Document/sync misc remaining symbols 2022-11-02 15:29:04 -04:00
save_menu_util.c Use trainer constants in flags, automatically update flags/vars count 2021-01-29 15:50:01 -05:00
save.c Sync pokemon.c 2023-03-06 15:23:11 -05:00
scanline_effect.c Remove redundant include lines 2020-02-21 15:00:56 -05:00
scrcmd.c refactoring: removed gMoveNames and move gNatureNamePointers 2024-05-05 22:53:32 +02:00
script_menu.c Merge branch 'master' of https://github.com/pret/pokefirered into doc-ql 2023-08-18 11:26:22 -04:00
script_movement.c Merge branch 'master' into event_object_movement 2020-03-13 00:32:04 -07:00
script_pokemon_util.c readded some key item field functions, pokedex refactoring 2024-05-25 14:45:33 +02:00
script.c Initial mystery gift sync 2022-11-19 21:01:35 -05:00
seagallop.c Sync palette macros 2023-05-26 14:52:21 -04:00
shop.c refactoring: removed gMoveNames and move gNatureNamePointers 2024-05-05 22:53:32 +02:00
siirtc.c Rtc implementation (#5) 2024-05-05 14:20:30 +02:00
slot_machine.c Sync palette macros 2023-05-26 14:52:21 -04:00
sound.c working version with SpeciesInfo and new Moves 2024-03-17 18:04:06 +01:00
special_field_anim.c Sync fieldmap 2022-09-02 19:24:59 -04:00
sprite.c Sync palette macros 2023-05-26 14:52:21 -04:00
ss_anne.c Set unused tiles to transparent, document adjacent files 2022-10-10 09:20:16 -04:00
start_menu.c added start menu window for time, season, day 2024-05-16 23:29:17 +02:00
string_util.c added metric units and optional imperial 2024-05-20 21:19:31 +02:00
strings.c implemented fusion item functionality 2024-06-02 18:56:27 +02:00
task.c Sync task.c from Emerald 2021-04-27 15:47:09 -04:00
teachy_tv.c Sync palette macros 2023-05-26 14:52:21 -04:00
text_printer.c Sync characters 2022-11-22 13:02:40 -05:00
text_window_graphics.c Document text window 2022-10-05 15:00:58 -04:00
text_window.c Sync palette macros 2023-05-26 14:52:21 -04:00
text.c fixed 1v2 double battles, added wild double battles, removed unused 2024-05-12 22:39:03 +02:00
tilemap_util.c Rearrange Pokemon storage source files 2022-09-03 23:35:07 +08:00
tileset_anims.c Clean up tileset anims 2022-11-02 13:53:15 -04:00
tilesets.c Convert tilesets.s to C 2022-10-08 03:54:27 -04:00
time_events.c Rtc implementation (#5) 2024-05-05 14:20:30 +02:00
title_screen.c Rtc implementation (#5) 2024-05-05 14:20:30 +02:00
tm_case.c added new pokeball graphics, fixed/refactored tmhms, smaller pokedex entry font to fit whole text 2024-05-14 22:20:07 +02:00
trade_scene.c readded some key item field functions, pokedex refactoring 2024-05-25 14:45:33 +02:00
trade.c removed special deoxys sprite handling 2024-06-01 23:11:53 +02:00
trainer_card.c battle_controller_player done up to PlayerHandleTrainerSlideBack 2024-05-09 20:55:10 +02:00
trainer_fan_club.c Continue documenting quest log 2022-11-11 02:10:16 -05:00
trainer_pokemon_sprites.c battle_controller_player done up to PlayerHandleTrainerSlideBack 2024-05-09 20:55:10 +02:00
trainer_see.c Quest log doc cleanup 2023-08-18 15:40:57 -04:00
trainer_tower_sets.c Misc symbol roundup 2022-11-18 21:45:42 -05:00
trainer_tower.c Sync pokemon.c 2023-03-06 15:23:11 -05:00
trig.c Remove redundant include lines 2020-02-21 15:00:56 -05:00
union_room_battle.c Sync palette macros 2023-05-26 14:52:21 -04:00
union_room_chat_display.c Sync palette macros 2023-05-26 14:52:21 -04:00
union_room_chat_objects.c Sync palette macros 2023-05-26 14:52:21 -04:00
union_room_chat.c Sync characters 2022-11-22 13:02:40 -05:00
union_room_message.c Sync some charmap characters with pokeemerald 2023-05-03 14:22:01 -04:00
union_room_player_avatar.c Sync union_room_player_avatar 2022-11-08 13:37:11 -05:00
union_room.c refactored trainers 2024-05-11 01:30:30 +02:00
util.c Resolve compile warnings in modern 2020-04-05 13:07:40 -04:00
vs_seeker.c Continue documenting Quest Log 2022-12-05 12:15:30 -05:00
wallclock.c Rtc implementation (#5) 2024-05-05 14:20:30 +02:00
wild_encounter.c fixed party menu display for learnable moves, added wild encounter manipulation with ability 2024-05-20 12:24:08 +02:00
wild_pokemon_area.c Document pokedex area markers 2022-11-21 13:32:10 -05:00
window_8bpp.c Standarized use of star in pointer types 2022-07-29 10:35:48 -04:00
window.c Reverted ++ operators not related to battle_util.c, battle_util2.c, or battle_main.c 2022-08-08 16:05:16 -04:00
wireless_communication_status_screen.c Sync palette macros 2023-05-26 14:52:21 -04:00
wonder_news.c Clean up mystery gift sync, document wonder news 2022-11-22 01:58:30 -05:00