pokeemerald/src
2020-09-04 19:49:52 -04:00
..
data Merge pull request #1156 from GriffinRichards/doc-rayscene 2020-09-01 14:46:14 -04:00
agb_flash_1m.c
agb_flash_le.c
agb_flash_mx.c
agb_flash.c Make agb_flash stack func buffers volatile 2020-09-03 15:23:44 -04:00
AgbRfu_LinkManager.c fixed mistakes 2020-08-29 13:18:35 -04:00
anim_mon_front_pics.c Sync Unown and qmark mon folders with pokefirered 2020-02-25 14:18:28 -06:00
apprentice.c Merge master into ObjEvent rename 2019-11-25 20:00:04 -05:00
bard_music.c Remove uses of INVALID_ defines, clean up some arrays with constants, and spaces -> tabs 2018-12-06 10:38:28 +08:00
battle_ai_script_commands.c Clean up some battle scr cmd data 2020-07-18 18:10:15 -04:00
battle_ai_switch_items.c Add stat stage constants 2020-08-04 20:38:57 -04:00
battle_anim_bug.c Change signedness and add casts to avoid implicit conversion warnings 2020-07-28 15:22:15 -04:00
battle_anim_dark.c Document contest appeal 2020-08-15 14:32:30 -04:00
battle_anim_dragon.c Rename battle anim type files, remove unneeded ARG_RET_IDs 2020-02-25 12:54:08 -06:00
battle_anim_effects_1.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
battle_anim_effects_2.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
battle_anim_effects_3.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
battle_anim_electric.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
battle_anim_fight.c Rename battle anim type files, remove unneeded ARG_RET_IDs 2020-02-25 12:54:08 -06:00
battle_anim_fire.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
battle_anim_flying.c removed stray line 2020-08-12 19:58:58 -04:00
battle_anim_ghost.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
battle_anim_ground.c Rename battle anim type files, remove unneeded ARG_RET_IDs 2020-02-25 12:54:08 -06:00
battle_anim_ice.c Rename battle anim type files, remove unneeded ARG_RET_IDs 2020-02-25 12:54:08 -06:00
battle_anim_mon_movement.c Clean up battle anim C for doc 2020-02-25 12:54:08 -06:00
battle_anim_mons.c Document contest appeal 2020-08-15 14:32:30 -04:00
battle_anim_normal.c Rename battle anim type files, remove unneeded ARG_RET_IDs 2020-02-25 12:54:08 -06:00
battle_anim_poison.c Rename battle anim type files, remove unneeded ARG_RET_IDs 2020-02-25 12:54:08 -06:00
battle_anim_psychic.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
battle_anim_rock.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
battle_anim_smokescreen.c Clean up some battle scr cmd data 2020-07-18 18:10:15 -04:00
battle_anim_sound_tasks.c Document contest appeal 2020-08-15 14:32:30 -04:00
battle_anim_status_effects.c Clean up move anim doc 2020-02-25 12:54:08 -06:00
battle_anim_throw.c Minor battle_anim_throw cleanup 2020-08-30 15:11:44 -04:00
battle_anim_utility_funcs.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
battle_anim_water.c matching 2020-08-13 21:20:55 -04:00
battle_anim.c Document contest appeal 2020-08-15 14:32:30 -04:00
battle_arena.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
battle_bg.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
battle_controller_link_opponent.c Minor battle_anim_throw cleanup 2020-08-30 15:11:44 -04:00
battle_controller_link_partner.c Minor battle_anim_throw cleanup 2020-08-30 15:11:44 -04:00
battle_controller_opponent.c Minor battle_anim_throw cleanup 2020-08-30 15:11:44 -04:00
battle_controller_player_partner.c Minor battle_anim_throw cleanup 2020-08-30 15:11:44 -04:00
battle_controller_player.c Minor battle_anim_throw cleanup 2020-08-30 15:11:44 -04:00
battle_controller_recorded_opponent.c Minor battle_anim_throw cleanup 2020-08-30 15:11:44 -04:00
battle_controller_recorded_player.c Minor battle_anim_throw cleanup 2020-08-30 15:11:44 -04:00
battle_controller_safari.c Minor battle_anim_throw cleanup 2020-08-30 15:11:44 -04:00
battle_controller_wally.c Minor battle_anim_throw cleanup 2020-08-30 15:11:44 -04:00
battle_controllers.c Sync link_rfu_2.c 2020-06-07 12:54:50 -04:00
battle_dome.c Tidy up naked functions 2020-09-02 14:49:04 +01:00
battle_factory_screen.c Merge pull request #1088 from GriffinRichards/doc-starterchoose 2020-07-17 16:02:10 -04:00
battle_factory.c Clean up some frontier mon use in battle factory 2020-07-13 00:47:30 -04:00
battle_gfx_sfx_util.c Merge pull request #1146 from GriffinRichards/rename-songs 2020-08-28 16:14:21 -04:00
battle_interface.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
battle_intro.c Match unref_sub_8119094 2019-07-01 15:06:58 +02:00
battle_main.c Merge pull request #1163 from GriffinRichards/doc-animthrow 2020-09-04 19:44:33 -04:00
battle_message.c Merge pull request #1149 from PokeCodec/datatypes 2020-09-01 14:25:21 -04:00
battle_palace.c Merge master into ObjEvent rename and prune accidental inclusions 2020-01-08 05:43:06 -05:00
battle_pike.c Add misc party constant usage 2020-04-09 15:18:53 -04:00
battle_pyramid_bag.c Partially document item_menu.c 2020-08-28 13:32:23 -04:00
battle_pyramid.c Merge branch 'master' into fix-eventobj 2020-01-12 22:42:43 -05:00
battle_records.c sizeOf data type, not pointer value 2020-08-23 21:34:31 -04:00
battle_script_commands.c Merge pull request #1149 from PokeCodec/datatypes 2020-09-01 14:25:21 -04:00
battle_setup.c Sync encounter musics with encounter music types 2020-08-20 21:03:24 -04:00
battle_tent.c Wrap asm statements in NONMATCHING 2020-08-18 08:16:09 -04:00
battle_tower.c Merge pull request #1141 from GriffinRichards/add-nonmatch 2020-08-21 12:44:07 -04:00
battle_transition_frontier.c Document unk_transition 2020-07-02 15:45:37 -04:00
battle_transition.c Merge pull request #1146 from GriffinRichards/rename-songs 2020-08-28 16:14:21 -04:00
battle_tv.c Add stat stage constants 2020-08-04 20:38:57 -04:00
battle_util2.c Use friendship event constants 2020-02-04 12:16:15 -06:00
battle_util.c Merge pull request #1122 from GriffinRichards/clean-battlemsg 2020-08-10 14:29:27 -04:00
berry_blender.c Merge branch 'master' into doc-blender 2020-08-28 16:16:00 -04:00
berry_crush.c Merge branch 'master' into doc-blender 2020-08-28 16:16:00 -04:00
berry_fix_graphics.c Minor berry fix data clean up 2020-02-08 14:23:41 -06:00
berry_fix_program.c Minor berry fix data clean up 2020-02-08 14:23:41 -06:00
berry_powder.c Move berry powder data to src 2020-02-08 14:22:53 -06:00
berry_tag_screen.c Document some overworld and field effects 2020-06-23 15:48:53 -04:00
berry.c Change signedness and add casts to avoid implicit conversion warnings 2020-07-28 15:22:15 -04:00
bike.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
birch_pc.c Document pc.inc and prof_birch.inc 2019-10-07 01:13:34 -04:00
braille_puzzles.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
cable_car.c Fix segment typo 2020-09-03 16:17:29 -04:00
cable_club.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
clear_save_data_screen.c RGB Constants 2019-04-04 17:05:46 -04:00
clock.c Document some field_specials data 2019-09-17 16:50:17 -05:00
coins.c Start documenting roulette 2020-07-30 19:37:16 -04:00
confetti_util.c confetti 2020-08-24 14:51:43 -04:00
contest_ai.c Document contest AI scripts 2020-08-21 14:57:17 -04:00
contest_effect.c Document contest AI commands 2020-08-21 02:36:48 -04:00
contest_link_util.c Document link contest connection 2020-08-13 16:27:40 -04:00
contest_link.c Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contest 2020-08-16 05:59:10 -04:00
contest_painting.c Document first rayquaza scene 2020-08-27 15:43:18 -04:00
contest_util.c Tidy up naked functions 2020-09-02 14:49:04 +01:00
contest.c Merge pull request #1149 from PokeCodec/datatypes 2020-09-01 14:25:21 -04:00
coord_event_weather.c Add comment for ABNORMAL_WEATHER 2019-12-06 19:05:28 -06:00
credits.c Merge pull request #1149 from PokeCodec/datatypes 2020-09-01 14:25:21 -04:00
crt0.s Sort out asm 2020-07-16 18:28:38 -04:00
data.c Move gflib srcs and headers to gflib subdir 2019-09-08 21:07:54 -04:00
daycare.c Documentation of unk field 2020-08-23 21:34:31 -04:00
decompress.c switch to pret short-types and tabs vs spaces 2020-05-21 00:25:30 +02:00
decoration_inventory.c Document decoration.c 2020-03-06 09:47:20 +00:00
decoration.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
dewford_trend.c Wrap asm statements in NONMATCHING 2020-08-18 08:16:09 -04:00
digit_obj_util.c semicolon 2020-07-28 15:23:02 -04:00
diploma.c Begin item_menu.c cleanup 2020-06-10 13:07:42 -07:00
dodrio_berry_picking.c Merge branch 'master' into doc-blender 2020-08-28 16:16:00 -04:00
dynamic_placeholder_text_util.c Add some charmap constant usage 2020-08-11 00:23:28 -04:00
easy_chat.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
egg_hatch.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
ereader_helpers.c Clean up some of save.c 2020-01-12 18:42:41 -06:00
ereader_screen.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
event_data.c Merge master into ObjEvent rename 2019-12-15 02:00:00 -05:00
event_object_lock.c Document union_room.c 2020-05-31 13:11:18 -04:00
event_object_movement.c More formatting fixes 2020-08-28 14:35:37 -04:00
evolution_graphics.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
evolution_scene.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
faraway_island.c Document faraway island 2020-07-27 13:14:48 -04:00
field_camera.c Document some overworld and field effects 2020-06-23 15:48:53 -04:00
field_control_avatar.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
field_door.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
field_effect_helpers.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
field_effect.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
field_message_box.c Document cable_club.c 2020-06-06 16:10:03 -04:00
field_player_avatar.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
field_poison.c Use friendship event constants 2020-02-04 12:16:15 -06:00
field_region_map.c Document some overworld and field effects 2020-06-23 15:48:53 -04:00
field_screen_effect.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
field_special_scene.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
field_specials.c Merge pull request #1156 from GriffinRichards/doc-rayscene 2020-09-01 14:46:14 -04:00
field_tasks.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
field_weather_effect.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
field_weather.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
fieldmap.c Merge branch 'master' into doc-overworld 2020-07-08 15:51:58 -04:00
fldeff_cut.c Merge pull request #1146 from GriffinRichards/rename-songs 2020-08-28 16:14:21 -04:00
fldeff_dig.c Clean up field effect doc 2020-07-02 05:05:13 -04:00
fldeff_escalator.c Fix elevator metatile typo 2020-07-06 16:02:49 -04:00
fldeff_flash.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
fldeff_misc.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
fldeff_rocksmash.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
fldeff_softboiled.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
fldeff_strength.c Clean up field effect doc 2020-07-02 05:05:13 -04:00
fldeff_sweetscent.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
fldeff_teleport.c Document some overworld and field effects 2020-06-23 15:48:53 -04:00
frontier_pass.c Merge pull request #1146 from GriffinRichards/rename-songs 2020-08-28 16:14:21 -04:00
frontier_util.c Tidy up naked functions 2020-09-02 14:49:04 +01:00
graphics.c Merge pull request #1161 from GriffinRichards/doc-wallclock 2020-09-04 19:48:04 -04:00
gym_leader_rematch.c Allow flag/var counts to be updated alongside values 2020-06-24 17:00:19 -04:00
hall_of_fame.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
heal_location.c Index heal location data, use better names 2020-04-28 19:59:08 -05:00
hof_pc.c Document more script_menu, lilycove harbor 2019-09-19 17:27:34 -04:00
image_processing_effects.c fix aggressive loop optimizations 2020-07-05 18:09:59 +02:00
international_string_util.c Add some charmap constant usage 2020-08-11 00:23:28 -04:00
intro_credits_graphics.c More usage of ST_OAM constants and SPRITE macros 2019-12-06 19:05:44 -06:00
intro.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
item_icon.c Use ST_OAM constants for OamData definitions 2019-12-06 19:05:44 -06:00
item_menu_icons.c Start documenting berry blender 2020-08-22 19:39:39 -04:00
item_menu.c Merge branch 'master' into doc-blender 2020-08-28 16:16:00 -04:00
item_use.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
item.c Tidy up naked functions 2020-09-02 14:49:04 +01:00
landmark.c Merge remote-tracking branch 'upstream/master' 2018-12-08 12:13:15 +08:00
libgcnmultiboot.s Sort out asm 2020-07-16 18:28:38 -04:00
libisagbprn.c
librfu_intr.c Wrap asm statements in NONMATCHING 2020-08-18 08:16:09 -04:00
librfu_rfu.c Sync link_rfu_2.c 2020-06-07 12:54:50 -04:00
librfu_sio32id.c Port librfu from firered 2020-02-16 13:49:36 -05:00
librfu_stwi.c Port librfu from firered 2020-02-16 13:49:36 -05:00
lilycove_lady.c Changes from review 2019-08-21 17:06:55 -05:00
link_rfu_2.c Merge branch 'master' into doc-blender 2020-08-28 16:07:35 -04:00
link_rfu_3.c match 2020-08-16 12:33:58 -04:00
link.c Finish documenting berry blender 2020-08-24 17:06:55 -04:00
list_menu.c Merge pull request #1149 from PokeCodec/datatypes 2020-09-01 14:25:21 -04:00
load_save.c Standardize EVENT_OBJECT to OBJECT_EVENT 2019-11-20 23:12:51 -05:00
lottery_corner.c Use macro for randomization with ISO value 2020-02-25 12:54:08 -06:00
m4a_1.s fix bad asm 2020-08-24 21:57:34 -04:00
m4a_tables.c Rename voicegroups 2018-09-22 16:42:34 -04:00
m4a.c Remove const 2020-08-29 13:19:29 -04:00
mail_data.c Document party_menu first pass 2019-10-25 15:41:06 -04:00
mail.c Begin item_menu.c cleanup 2020-06-10 13:07:42 -07:00
main_menu.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
main.c Give proper names to some functions 2020-07-14 11:13:03 +02:00
map_name_popup.c Give proper names to underwater maps 2020-09-01 03:03:14 -04:00
match_call.c Merge pull request #1149 from PokeCodec/datatypes 2020-09-01 14:25:21 -04:00
math_util.c Document math_util.c 2020-05-24 08:28:02 -05:00
mauville_old_man.c Add some charmap constant usage 2020-08-11 00:23:28 -04:00
menu_helpers.c Begin item_menu.c cleanup 2020-06-10 13:07:42 -07:00
menu_specialized.c More formatting fixes 2020-08-28 14:35:37 -04:00
menu.c Merge pull request #1149 from PokeCodec/datatypes 2020-09-01 14:25:21 -04:00
metatile_behavior.c Document Sky Pillar outside 2019-11-09 08:41:43 -06:00
mevent2.c Document cable_club.c 2020-06-06 16:10:03 -04:00
mevent_801BAAC.c Start documenting naming screen 2020-08-07 02:00:41 -04:00
mevent_client.c Standardize Event Object to Object Event 2019-11-20 22:55:44 -05:00
mevent_news.c Some script clean up, document secret base secrets show 2020-01-12 19:39:30 -06:00
mevent_scripts.c mevent_server_ish --> mevent_client 2019-04-03 17:04:42 -05:00
mevent_server_helpers.c Move gflib srcs and headers to gflib subdir 2019-09-08 21:07:54 -04:00
mevent_server.c Move gflib srcs and headers to gflib subdir 2019-09-08 21:07:54 -04:00
minigame_countdown.c Merge branch 'master' into doc-blender 2020-08-28 16:16:00 -04:00
mirage_tower.c Tidy up naked functions 2020-09-02 14:49:04 +01:00
mon_markings.c More usage of ST_OAM constants and SPRITE macros 2019-12-06 19:05:44 -06:00
money.c Use ST_OAM constants for OamData definitions 2019-12-06 19:05:44 -06:00
move_relearner.c Merge pull request #1160 from kiliwily/master2 2020-08-28 19:18:03 -04:00
multiboot.c Fix/suppress warnings when building with gcc-8 2019-06-26 16:42:57 -04:00
mystery_event_menu.c Document link contest connection 2020-08-13 16:27:40 -04:00
mystery_event_msg.c Use normal apostrophes like adults 2018-12-07 10:41:08 -05:00
mystery_event_script.c Document mauville_man.inc 2019-10-21 17:21:53 -05:00
mystery_gift.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
naming_screen.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
new_game.c Document union_room_chat.c 2020-06-02 18:35:00 -04:00
option_menu.c Label option menu pal 2020-07-19 15:44:58 -04:00
overworld.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
palette_util.c Rename roulette_util to palette_util 2020-08-04 19:24:36 -04:00
palette.c Clean up rayquaza scene documentation 2020-08-27 16:04:11 -04:00
party_menu.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
play_time.c Unnest if statements 2020-06-08 17:09:54 -04:00
player_pc.c Change signedness and add casts to avoid implicit conversion warnings 2020-07-28 15:22:15 -04:00
pokeball.c Merge branch 'master' into pokeball-doc 2020-08-30 14:14:38 -04:00
pokeblock_feed.c Finish documenting berry blender 2020-08-24 17:06:55 -04:00
pokeblock.c Merge pull request #1149 from PokeCodec/datatypes 2020-09-01 14:25:21 -04:00
pokedex_area_region_map.c Begin item_menu.c cleanup 2020-06-10 13:07:42 -07:00
pokedex_area_screen.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
pokedex_cry_screen.c Document pokedex cry screen 2020-03-10 14:02:03 -04:00
pokedex.c Fix error 2020-09-04 19:49:52 -04:00
pokemon_animation.c Wrap asm statements in NONMATCHING 2020-08-18 08:16:09 -04:00
pokemon_icon.c More battle_dome.c doc 2020-01-07 22:30:37 -05:00
pokemon_jump.c Merge pull request #1149 from PokeCodec/datatypes 2020-09-01 14:25:21 -04:00
pokemon_size_record.c Use STR_CONV constants 2019-09-30 15:43:44 -04:00
pokemon_storage_system.c Merge pull request #1149 from PokeCodec/datatypes 2020-09-01 14:25:21 -04:00
pokemon_summary_screen.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
pokemon.c Merge pull request #1160 from kiliwily/master2 2020-08-28 19:18:03 -04:00
pokenav_conditions_1.c Merge branch 'master' into doc-pblock 2020-08-12 19:49:55 -04:00
pokenav_conditions_2.c Merge branch 'master' into doc-pblock 2020-08-12 19:49:55 -04:00
pokenav_conditions_3.c Add some charmap constant usage 2020-08-11 00:23:28 -04:00
pokenav_main_menu.c Tidy up naked functions 2020-09-02 14:49:04 +01:00
pokenav_match_call_1.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
pokenav_match_call_2.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
pokenav_match_call_data.c Clean up match call doc 2019-12-08 15:49:36 -05:00
pokenav_match_call_ui.c Document some pokenav and region map 2020-02-05 21:04:43 -05:00
pokenav_menu_handler_1.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
pokenav_menu_handler_2.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
pokenav_region_map.c Begin item_menu.c cleanup 2020-06-10 13:07:42 -07:00
pokenav_ribbons_1.c Add some charmap constant usage 2020-08-11 00:23:28 -04:00
pokenav_ribbons_2.c Add some charmap constant usage 2020-08-11 00:23:28 -04:00
pokenav.c sizeOf data type, not pointer value 2020-08-23 21:34:31 -04:00
post_battle_event_funcs.c Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contest 2020-08-16 05:59:10 -04:00
random.c Use macro for randomization with ISO value 2020-02-25 12:54:08 -06:00
rayquaza_scene.c Merge branch 'master' into doc-rayscene 2020-08-28 16:17:11 -04:00
record_mixing.c Merge pull request #1146 from GriffinRichards/rename-songs 2020-08-28 16:14:21 -04:00
recorded_battle.c Clean up some of save.c 2020-01-12 18:42:41 -06:00
region_map.c Clarify Underwater125 bug comment 2020-09-01 03:39:44 -04:00
reset_rtc_screen.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
reset_save_heap.c Clean up some of save.c 2020-01-12 18:42:41 -06:00
reshow_battle_screen.c Merge branch 'master' into contest-ai-cleanup 2019-04-07 20:20:22 -04:00
roamer.c Use OTID constants for CreateMon 2019-08-30 22:13:14 -05:00
rotating_gate.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
rotating_tile_puzzle.c Merge branch 'master' of https://github.com/pret/pokeemerald into fix-eventobj 2020-02-12 13:05:57 -05:00
roulette.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
rtc.c Fix/suppress warnings when building with gcc-8 2019-06-26 16:42:57 -04:00
safari_zone.c Document safari zone scripts 2019-10-20 09:53:21 -05:00
save_failed_screen.c semicolon 2020-07-28 15:23:02 -04:00
save_location.c Label GCN link flags field 2020-04-13 08:42:31 -04:00
save.c Document link contest connection 2020-08-13 16:27:40 -04:00
scanline_effect.c Clean up data headers 2019-04-05 07:53:23 -05:00
scrcmd.c Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contest 2020-08-16 05:59:10 -04:00
script_menu.c Begin item_menu.c cleanup 2020-06-10 13:07:42 -07:00
script_movement.c Fix event constant file names 2019-11-21 14:03:35 -05:00
script_pokemon_util.c Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contest 2020-08-16 05:59:10 -04:00
script.c Fix To-Dos 2020-08-28 14:00:31 -04:00
secret_base.c Update secret_base.c 2020-07-28 15:23:04 -04:00
shop.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
siirtc.c Bugfixes from #591 2019-03-03 09:31:08 -06:00
slot_machine.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
sound.c Fix alignment in sFanfares 2020-08-31 13:38:43 -04:00
start_menu.c Start documenting rayquaza_scene 2020-08-25 17:49:42 -04:00
starter_choose.c Merge branch 'master' into doc-overworld 2020-07-18 20:24:09 -04:00
strings.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
task.c Document first rayquaza scene 2020-08-27 15:43:18 -04:00
text_input_strings.c Move text input strings to src 2020-02-13 14:48:19 -06:00
text_window.c Start documenting naming screen 2020-08-07 02:00:41 -04:00
tileset_anims.c Fully document tileset animations 2019-02-08 15:07:42 -06:00
time_events.c Use macro for randomization with ISO value 2020-02-25 12:54:08 -06:00
title_screen.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
trade.c Merge branch 'master' into doc-rayscene 2020-08-28 16:17:11 -04:00
trader.c Begin item_menu.c cleanup 2020-06-10 13:07:42 -07:00
trainer_card.c Give songs meaningful english names 2020-08-20 19:06:14 -04:00
trainer_hill.c Match sub_81D5F58 2020-08-24 17:20:18 -04:00
trainer_pokemon_sprites.c Document Trainer Card 2020-02-08 14:31:17 -06:00
trainer_see.c Merge branch 'master' into doc-overworld 2020-07-28 17:46:17 -04:00
trig.c
tv.c Fix BreakinsNews typo 2020-09-04 07:27:52 -04:00
union_room_battle.c Document link contest connection 2020-08-13 16:27:40 -04:00
union_room_chat.c sizeOf data type, not pointer value 2020-08-23 21:34:31 -04:00
union_room_player_avatar.c Merge branch 'master' of https://github.com/pret/pokeemerald into add-flagvarsave 2020-07-08 16:03:32 -04:00
union_room.c Merge pull request #1149 from PokeCodec/datatypes 2020-09-01 14:25:21 -04:00
unk_text_util_2.c Add some charmap constant usage 2020-08-11 00:23:28 -04:00
use_pokeblock.c Clean up use_pokeblock doc, some menu_specialized 2020-08-12 18:39:15 -04:00
util.c Reformat mevent server and client scripts 2019-04-03 17:04:42 -05:00
walda_phrase.c Document some warp/field screen effect 2019-12-17 05:23:07 -05:00
wallclock.c Document wallclock data 2020-08-29 15:55:28 -04:00
wild_encounter.c Merge branch 'master' into doc-overworld 2020-07-18 20:24:09 -04:00
wireless_communication_status_screen.c Change array count of pointer value to array count of the first element 2020-08-30 14:33:11 -04:00