pokeemerald/src
PikalaxALT 7a059c75a6
Merge pull request #968 from GriffinRichards/doc-regionmap
Document some pokenav and region map
2020-03-17 10:38:20 -04:00
..
data Merge pull request #968 from GriffinRichards/doc-regionmap 2020-03-17 10:38:20 -04:00
agb_flash_1m.c
agb_flash_le.c
agb_flash_mx.c
agb_flash.c match all the functions 2020-01-16 08:14:27 -06:00
AgbRfu_LinkManager.c Port librfu from firered 2020-02-16 13:49:36 -05: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 Merge branch 'master' into rename-tablecmds 2019-09-26 15:02:38 -04:00
battle_ai_switch_items.c Merge master into ObjEvent rename and prune accidental inclusions 2020-01-08 05:43:06 -05:00
battle_anim_bug.c Rename battle anim type files, remove unneeded ARG_RET_IDs 2020-02-25 12:54:08 -06:00
battle_anim_dark.c Rename battle anim type files, remove unneeded ARG_RET_IDs 2020-02-25 12:54:08 -06: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 Rename battle anim type files, remove unneeded ARG_RET_IDs 2020-02-25 12:54:08 -06:00
battle_anim_effects_2.c Rename battle anim type files, remove unneeded ARG_RET_IDs 2020-02-25 12:54:08 -06:00
battle_anim_effects_3.c Rename battle anim type files, remove unneeded ARG_RET_IDs 2020-02-25 12:54:08 -06:00
battle_anim_electric.c Rename battle anim type files, remove unneeded ARG_RET_IDs 2020-02-25 12:54:08 -06: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 Rename battle anim type files, remove unneeded ARG_RET_IDs 2020-02-25 12:54:08 -06:00
battle_anim_flying.c Rename battle anim type files, remove unneeded ARG_RET_IDs 2020-02-25 12:54:08 -06:00
battle_anim_ghost.c Rename battle anim type files, remove unneeded ARG_RET_IDs 2020-02-25 12:54:08 -06: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 Label move anim data 2020-02-25 12:54:08 -06: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 Rename battle anim type files, remove unneeded ARG_RET_IDs 2020-02-25 12:54:08 -06:00
battle_anim_rock.c Rename battle anim type files, remove unneeded ARG_RET_IDs 2020-02-25 12:54:08 -06:00
battle_anim_smokescreen.c Rename battle anim type files, remove unneeded ARG_RET_IDs 2020-02-25 12:54:08 -06:00
battle_anim_sound_tasks.c Clean up move anim doc 2020-02-25 12:54:08 -06:00
battle_anim_special.c Clean up battle anim C for doc 2020-02-25 12:54:08 -06:00
battle_anim_status_effects.c Clean up move anim doc 2020-02-25 12:54:08 -06:00
battle_anim_utility_funcs.c Rename battle anim type files, remove unneeded ARG_RET_IDs 2020-02-25 12:54:08 -06:00
battle_anim_water.c Rename battle anim type files, remove unneeded ARG_RET_IDs 2020-02-25 12:54:08 -06:00
battle_anim.c Finish documenting move anim scripts 2020-02-25 12:54:08 -06:00
battle_arena.c Merge master into ObjEvent rename and prune accidental inclusions 2020-01-08 05:43:06 -05:00
battle_bg.c Use ST_OAM constants for OamData definitions 2019-12-06 19:05:44 -06:00
battle_controller_link_opponent.c Merge master into ObjEvent rename and prune accidental inclusions 2020-01-08 05:43:06 -05:00
battle_controller_link_partner.c Merge master into ObjEvent rename and prune accidental inclusions 2020-01-08 05:43:06 -05:00
battle_controller_opponent.c More usage of ST_OAM constants and SPRITE macros 2019-12-06 19:05:44 -06:00
battle_controller_player_partner.c More usage of ST_OAM constants and SPRITE macros 2019-12-06 19:05:44 -06:00
battle_controller_player.c Merge master into ObjEvent rename and prune accidental inclusions 2020-01-08 05:43:06 -05:00
battle_controller_recorded_opponent.c More usage of ST_OAM constants and SPRITE macros 2019-12-06 19:05:44 -06:00
battle_controller_recorded_player.c More usage of ST_OAM constants and SPRITE macros 2019-12-06 19:05:44 -06:00
battle_controller_safari.c Merge branch 'master' into contest-ai-cleanup 2019-04-07 20:20:22 -04:00
battle_controller_wally.c More usage of ST_OAM constants and SPRITE macros 2019-12-06 19:05:44 -06:00
battle_controllers.c Merge master into ObjEvent rename and prune accidental inclusions 2020-01-08 05:43:06 -05:00
battle_dome.c Merge master into ObjEvent rename and prune accidental inclusions 2020-01-08 05:43:06 -05:00
battle_factory_screen.c Document misc strings and text colors 2019-12-10 19:29:23 -06:00
battle_factory.c Merge master into ObjEvent rename and prune accidental inclusions 2020-01-08 05:43:06 -05:00
battle_gfx_sfx_util.c Finish documenting move anim scripts 2020-02-25 12:54:08 -06:00
battle_interface.c Match sub_8072308 2020-01-10 16:38:47 -05:00
battle_intro.c Match unref_sub_8119094 2019-07-01 15:06:58 +02:00
battle_main.c Use friendship event constants 2020-02-04 12:16:15 -06:00
battle_message.c Document Frontier Util 2019-11-25 18:37:48 -06:00
battle_palace.c Merge master into ObjEvent rename and prune accidental inclusions 2020-01-08 05:43:06 -05:00
battle_pike.c Merge branch 'master' into fix-eventobj 2020-01-12 22:42:43 -05:00
battle_pyramid_bag.c Merge master into ObjEvent rename and prune accidental inclusions 2020-01-08 05:43:06 -05:00
battle_pyramid.c Merge branch 'master' into fix-eventobj 2020-01-12 22:42:43 -05:00
battle_records.c Move gflib srcs and headers to gflib subdir 2019-09-08 21:07:54 -04:00
battle_script_commands.c Using True/False on SetMoveEffect. 2020-03-07 16:54:13 -06:00
battle_setup.c Minor fixes in trainer_battle.inc 2020-03-03 14:47:14 -05:00
battle_tent.c Add battle tent mon/trainer constants 2020-01-08 01:07:53 -05:00
battle_tower.c Merge branch 'master' into fix-eventobj 2020-01-12 22:42:43 -05:00
battle_transition.c Move field effects data and graphics into own directory, and cleanup naming for object events 2020-02-12 17:32:51 -06:00
battle_tv.c Give battle_anim files appropriate names 2019-03-31 12:15:39 -05:00
battle_util2.c Use friendship event constants 2020-02-04 12:16:15 -06:00
battle_util.c Using True/False on SetMoveEffect. 2020-03-07 16:54:13 -06:00
berry_blender.c Use ST_OAM constants for OamData definitions 2019-12-06 19:05:44 -06:00
berry_crush.c sub_8021A28 2020-03-06 07:01:12 +08: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 Merge master into ObjEvent rename and prune accidental inclusions 2020-01-08 05:43:06 -05:00
berry.c Fix event constant file names 2019-11-21 14:03:35 -05:00
bike.c Merge master into ObjEvent rename and prune accidental inclusions 2020-01-08 05:43:06 -05:00
birch_pc.c Document pc.inc and prof_birch.inc 2019-10-07 01:13:34 -04:00
braille_puzzles.c label regi cave metatiles 2019-06-16 10:08:07 -05:00
cable_car.c Merge master into ObjEvent rename 2019-12-06 21:37:33 -05:00
cable_club.c Document Trainer Card 2020-02-08 14:31:17 -06: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 Give/Take to Add/Remove for silent script macros 2020-01-12 23:24:52 -05:00
contest_ai.c General cleanup of the second half of contest.c 2019-04-03 20:43:23 -04:00
contest_effect.c Fix utf8 errors in contest_effect's comments 2019-04-04 16:00:25 -04:00
contest_link_80F57C4.c Move contest_link_80F57C4 data to src 2020-02-08 14:22:53 -06:00
contest_link_80FC4F4.c Rename and document more contest setup functions 2019-04-03 17:24:32 -04:00
contest_link_81D9DE4.c More cleanup, document contestant sorting 2019-04-02 20:00:05 -04:00
contest_painting.c Match ConvertImageProcessingToGBA 2019-11-12 17:25:02 +01:00
contest.c Merge branch 'master' into fix-eventobj 2020-01-12 22:42:43 -05:00
coord_event_weather.c Add comment for ABNORMAL_WEATHER 2019-12-06 19:05:28 -06:00
credits.c More usage of ST_OAM constants and SPRITE macros 2019-12-06 19:05:44 -06:00
crt0.s document symbols 2020-01-16 08:14:27 -06:00
data.c Move gflib srcs and headers to gflib subdir 2019-09-08 21:07:54 -04:00
daycare.c Document a bit of Match Call 2019-12-05 15:33:36 -05:00
decompress.c Move gflib srcs and headers to gflib subdir 2019-09-08 21:07:54 -04:00
decoration_inventory.c Document and cleanup some decoration code 2019-04-06 12:49:09 -05:00
decoration.c Merge branch 'master' into fix-eventobj 2020-01-19 21:57:29 -05:00
dewford_trend.c Document some easy chat specials 2020-01-12 19:39:30 -06:00
diploma.c Move gflib srcs and headers to gflib subdir 2019-09-08 21:07:54 -04:00
dodrio_berry_picking.c sub_8027E30 2020-03-06 05:31:27 +08:00
dynamic_placeholder_text_util.c Clean up files and add entries to charmap 2018-07-24 21:18:23 -07:00
easy_chat.c Merge branch 'master' into fix-eventobj 2020-01-12 22:42:43 -05:00
egg_hatch.c Merge pull request #935 from GriffinRichards/doc-warp 2019-12-20 23:44:56 -08:00
ereader_helpers.c Clean up some of save.c 2020-01-12 18:42:41 -06:00
ereader_screen.c Document misc strings and text colors 2019-12-10 19:29:23 -06:00
event_data.c Merge master into ObjEvent rename 2019-12-15 02:00:00 -05:00
event_object_lock.c Merge master into ObjEvent rename 2019-12-21 05:19:27 -05:00
event_object_movement.c Move field effects data and graphics into own directory, and cleanup naming for object events 2020-02-12 17:32:51 -06:00
evolution_graphics.c More usage of ST_OAM constants and SPRITE macros 2019-12-06 19:05:44 -06:00
evolution_scene.c Document some battle_bg-related things 2019-11-07 18:24:04 -06:00
faraway_island.c Standardize EVENT_OBJECT to OBJECT_EVENT 2019-11-20 23:12:51 -05:00
field_camera.c Standardize Event Object to Object Event 2019-11-20 22:55:44 -05:00
field_control_avatar.c Merge branch 'master' into fix-eventobj 2020-01-12 22:42:43 -05:00
field_door.c Name null palettes 2020-01-26 09:40:35 -06:00
field_effect_helpers.c Merge master into ObjEvent rename 2019-12-06 21:37:33 -05:00
field_effect.c Match MultiplyInvertedPaletteRGBComponents and MultiplyPaletteRGBComponents 2020-02-27 14:00:36 -06:00
field_message_box.c Document Trainer Card 2020-02-08 14:31:17 -06:00
field_player_avatar.c Merge master into ObjEvent rename 2019-12-21 05:19:27 -05:00
field_poison.c Use friendship event constants 2020-02-04 12:16:15 -06:00
field_region_map.c Use array count for InitBgsFromTemplates 2020-03-03 22:46:48 -05:00
field_screen_effect.c Merge master into ObjEvent rename 2019-12-21 05:19:27 -05:00
field_special_scene.c Merge master into ObjEvent rename 2019-12-21 05:19:27 -05:00
field_specials.c Merge pull request #968 from GriffinRichards/doc-regionmap 2020-03-17 10:38:20 -04:00
field_tasks.c Document Petalburg, Fortree, Sootopolis, and some of Mossdeep Gyms 2019-10-15 05:05:57 -04:00
field_weather_effect.c Use macro for randomization with ISO value 2020-02-25 12:54:08 -06:00
field_weather.c Update old weather names in field_weather_effect 2019-12-06 19:05:28 -06:00
fieldmap.c Merge master into ObjEvent rename and prune accidental inclusions 2020-01-08 05:43:06 -05:00
fldeff_cut.c Merge master into ObjEvent rename 2019-12-06 21:37:33 -05:00
fldeff_dig.c Merge master into ObjEvent rename and prune accidental inclusions 2020-01-08 05:43:06 -05:00
fldeff_escalator.c finish src metatile labels 2019-06-16 10:08:07 -05:00
fldeff_flash.c Use empty braces for last null entry in sTransitionTypes array 2020-01-13 20:31:40 -06:00
fldeff_misc.c Move field effects data and graphics into own directory, and cleanup naming for object events 2020-02-12 17:32:51 -06:00
fldeff_rocksmash.c Fix event constant file names 2019-11-21 14:03:35 -05:00
fldeff_softboiled.c Document party_menu first pass 2019-10-25 15:41:06 -04:00
fldeff_strength.c Standardize EVENT_OBJECT to OBJECT_EVENT 2019-11-20 23:12:51 -05:00
fldeff_sweetscent.c Doc field move scripts completely, use fldeff constants for dofieldeffect 2019-04-06 12:48:50 -05:00
fldeff_teleport.c asm party and fldeff clean-up 2018-12-24 21:59:05 +01:00
frontier_pass.c Merge master into ObjEvent rename and prune accidental inclusions 2020-01-08 05:43:06 -05:00
frontier_util.c Merge branch 'master' into fix-eventobj 2020-01-12 22:42:43 -05:00
graphics.c Merge pull request #968 from GriffinRichards/doc-regionmap 2020-03-17 10:38:20 -04:00
gym_leader_rematch.c
hall_of_fame.c Merge pull request #949 from GriffinRichards/doc-dome 2020-01-12 20:10:03 -06:00
heal_location.c port larger heal location changes from poke ruby pr 2018-08-10 10:45:15 -04:00
hof_pc.c Document more script_menu, lilycove harbor 2019-09-19 17:27:34 -04:00
image_processing_effects.c Match ConvertImageProcessingToGBA 2019-11-12 17:25:02 +01:00
international_string_util.c Document more script_menu, lilycove harbor 2019-09-19 17:27:34 -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 Document move anims A-C 2020-02-25 12:54:08 -06:00
item_icon.c Use ST_OAM constants for OamData definitions 2019-12-06 19:05:44 -06:00
item_menu_icons.c More usage of ST_OAM constants and SPRITE macros 2019-12-06 19:05:44 -06:00
item_menu.c Restored some tItemCount instances as requested. 2020-03-10 17:46:26 -05:00
item_use.c Merge master into ObjEvent rename and prune accidental inclusions 2020-01-08 05:43:06 -05:00
item.c Add some capacity constants 2020-01-26 09:42:55 -06:00
landmark.c Merge remote-tracking branch 'upstream/master' 2018-12-08 12:13:15 +08:00
libgcnmultiboot.s Move asm srcs to src 2019-08-21 17:08:40 -05:00
libisagbprn.c
librfu_intr.c Port librfu from firered 2020-02-16 13:49:36 -05:00
librfu_rfu.c Port librfu from firered 2020-02-16 13:49:36 -05: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 Fix alignment in AgbRfu_LinkManager.h 2020-02-16 15:32:10 -05:00
link_rfu_3.c Port librfu from firered 2020-02-16 13:49:36 -05:00
link.c Port librfu from firered 2020-02-16 13:49:36 -05:00
list_menu.c Use ST_OAM constants for OamData definitions 2019-12-06 19:05:44 -06: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 Move asm srcs to src 2019-08-21 17:08:40 -05:00
m4a_tables.c Rename voicegroups 2018-09-22 16:42:34 -04:00
m4a.c Modernize code 2019-06-26 12:12:10 -04:00
mail_data.c Document party_menu first pass 2019-10-25 15:41:06 -04:00
mail.c More battle_dome.c doc 2020-01-07 22:30:37 -05:00
main_menu.c Document Trainer Card 2020-02-08 14:31:17 -06:00
main.c Move gflib srcs and headers to gflib subdir 2019-09-08 21:07:54 -04:00
map_name_popup.c Merge pull request #968 from GriffinRichards/doc-regionmap 2020-03-17 10:38:20 -04:00
match_call.c Merge branch 'master' of https://github.com/pret/pokeemerald into fix-eventobj 2020-02-12 13:05:57 -05:00
math_util.c
mauville_old_man.c Merge branch 'master' into fix-eventobj 2020-01-12 22:42:43 -05:00
menu_helpers.c Use ST_OAM constants for OamData definitions 2019-12-06 19:05:44 -06:00
menu_specialized.c Document some pokenav menu handlers 2020-02-04 08:02:28 -06:00
menu.c Document Trainer Card 2020-02-08 14:31:17 -06:00
metatile_behavior.c Document Sky Pillar outside 2019-11-09 08:41:43 -06:00
mevent2.c Name last event_data funcs 2019-12-14 08:27:49 -06:00
mevent_801BAAC.c More battle_dome.c doc 2020-01-07 22:30:37 -05: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
mirage_tower.c Merge master into ObjEvent rename 2019-12-06 21:37:33 -05: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 Fix move relearner struct 2020-02-17 13:08:03 -06:00
multiboot.c Fix/suppress warnings when building with gcc-8 2019-06-26 16:42:57 -04:00
mystery_event_menu.c Document cable_club.inc 2019-10-12 15:14:57 -05: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 Document Frontier Util 2019-11-25 18:37:48 -06:00
naming_screen.c Merge branch 'master' into fix-eventobj 2019-12-15 11:47:27 -05:00
new_game.c Clean up some of save.c 2020-01-12 18:42:41 -06:00
option_menu.c Review changes for #806 2019-09-17 16:50:42 -05:00
overworld.c Port librfu from firered 2020-02-16 13:49:36 -05:00
palette.c fix unaligned memory access in BlendPalette 2019-06-29 11:08:46 -05:00
party_menu.c Merge pull request #968 from GriffinRichards/doc-regionmap 2020-03-17 10:38:20 -04:00
play_time.c
player_pc.c Document Trainer Card 2020-02-08 14:31:17 -06:00
pokeball.c Use ST_OAM constants for OamData definitions 2019-12-06 19:05:44 -06:00
pokeblock_feed.c More usage of ST_OAM constants and SPRITE macros 2019-12-06 19:05:44 -06:00
pokeblock.c Merge master into ObjEvent rename and prune accidental inclusions 2020-01-08 05:43:06 -05:00
pokedex_area_region_map.c Document some pokenav and region map 2020-02-05 21:04:43 -05:00
pokedex_area_screen.c Document some pokenav and region map 2020-02-05 21:04:43 -05:00
pokedex_cry_screen.c Move gflib srcs and headers to gflib subdir 2019-09-08 21:07:54 -04:00
pokedex.c Use SHINY_ODDS macro where intended 2020-01-15 08:10:20 -06:00
pokemon_animation.c More usage of ST_OAM constants and SPRITE macros 2019-12-06 19:05:44 -06:00
pokemon_icon.c More battle_dome.c doc 2020-01-07 22:30:37 -05:00
pokemon_jump.c Use macro for randomization with ISO value 2020-02-25 12:54:08 -06:00
pokemon_size_record.c Use STR_CONV constants 2019-09-30 15:43:44 -04:00
pokemon_storage_system.c Applied review changes 2020-03-10 17:45:29 -05:00
pokemon_summary_screen.c Document some pokenav and region map 2020-02-05 21:04:43 -05:00
pokemon.c Document Trainer Card 2020-02-08 14:31:17 -06:00
pokenav_conditions_1.c Document some pokenav and region map 2020-02-05 21:04:43 -05:00
pokenav_conditions_2.c Document some pokenav and region map 2020-02-05 21:04:43 -05:00
pokenav_conditions_3.c Document some pokenav and region map 2020-02-05 21:04:43 -05:00
pokenav_main_menu.c Document some pokenav and region map 2020-02-05 21:04:43 -05:00
pokenav_match_call_1.c Document some pokenav and region map 2020-02-05 21:04:43 -05:00
pokenav_match_call_2.c Document some pokenav and region map 2020-02-05 21:04:43 -05: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 Document some pokenav and region map 2020-02-05 21:04:43 -05:00
pokenav_menu_handler_2.c Document some pokenav and region map 2020-02-05 21:04:43 -05:00
pokenav_region_map.c Document some pokenav and region map 2020-02-05 21:04:43 -05:00
pokenav_ribbons_1.c Document some pokenav and region map 2020-02-05 21:04:43 -05:00
pokenav_ribbons_2.c Document some pokenav and region map 2020-02-05 21:04:43 -05:00
pokenav.c Document some pokenav and region map 2020-02-05 21:04:43 -05:00
post_battle_event_funcs.c Document Contest scripts 2019-11-13 18:20:55 -06:00
random.c Use macro for randomization with ISO value 2020-02-25 12:54:08 -06:00
rayquaza_scene.c More usage of ST_OAM constants and SPRITE macros 2019-12-06 19:05:44 -06:00
record_mixing.c Clarify event ticket flag names 2020-03-03 01:36:20 -05:00
recorded_battle.c Clean up some of save.c 2020-01-12 18:42:41 -06:00
region_map.c Document some pokenav and region map 2020-02-05 21:04:43 -05:00
reset_rtc_screen.c Document Trainer Card 2020-02-08 14:31:17 -06: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
rom_8034C54.c More usage of ST_OAM constants and SPRITE macros 2019-12-06 19:05:44 -06:00
rom_81520A8.c Move gflib srcs and headers to gflib subdir 2019-09-08 21:07:54 -04:00
rotating_gate.c Use ST_OAM constants for OamData definitions 2019-12-06 19:05:44 -06: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_util.c Fix/suppress warnings when building with gcc-8 2019-06-26 16:42:57 -04:00
roulette.c Document some warp/field screen effect 2019-12-17 05:23:07 -05: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 Use ST_OAM constants for OamData definitions 2019-12-06 19:05:44 -06:00
save_location.c Merge pull request #883 from GriffinRichards/fix-colossname 2019-11-08 17:24:05 -06:00
save.c Clean up some of save.c 2020-01-12 18:42:41 -06: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 fix-eventobj 2020-02-12 13:05:57 -05:00
script_menu.c Clarify event ticket flag names 2020-03-03 01:36:20 -05:00
script_movement.c Fix event constant file names 2019-11-21 14:03:35 -05:00
script_pokemon_util_80F87D8.c Use macro for randomization with ISO value 2020-02-25 12:54:08 -06:00
script.c Standardize Event Object to Object Event 2019-11-20 22:55:44 -05:00
secret_base.c Merge branch 'master' into fix-eventobj 2020-01-12 22:42:43 -05:00
shop.c Merge master into fix-eventobj, add explicit size to gObjectEventGraphicsInfoPointers 2020-01-26 12:23:08 -05:00
siirtc.c Bugfixes from #591 2019-03-03 09:31:08 -06:00
slot_machine.c Move slot machine data to src 2020-02-09 14:11:50 -06:00
sound.c Fix/suppress warnings when building with gcc-8 2019-06-26 16:42:57 -04:00
start_menu.c Merge branch 'master' of https://github.com/pret/pokeemerald into fix-eventobj 2020-02-12 13:05:57 -05:00
starter_choose.c Use SHINY_ODDS macro where intended 2020-01-15 08:10:20 -06:00
strings.c Document Trainer Card 2020-02-08 14:31:17 -06:00
task.c document slot machine 2019-02-28 21:21:56 -06:00
text_input_strings.c Move text input strings to src 2020-02-13 14:48:19 -06:00
text_window.c Document mystery_gift 2019-03-31 18:59:52 -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 More usage of ST_OAM constants and SPRITE macros 2019-12-06 19:05:44 -06:00
trade.c Port librfu from firered 2020-02-16 13:49:36 -05:00
trader.c Document mauville_man.inc 2019-10-21 17:21:53 -05:00
trainer_card.c Document Trainer Card 2020-02-08 14:31:17 -06:00
trainer_hill.c Merge master into ObjEvent rename 2019-11-25 20:00:04 -05:00
trainer_pokemon_sprites.c Document Trainer Card 2020-02-08 14:31:17 -06:00
trainer_see.c Merge master into ObjEvent rename 2019-12-06 21:37:33 -05:00
trig.c
tv.c Misc constant use in TV 2020-02-17 13:09:35 -06:00
union_room_battle.c Port librfu from firered 2020-02-16 13:49:36 -05:00
union_room_chat.c Document misc strings and text colors 2019-12-10 19:29:23 -06:00
union_room_player_avatar.c Port librfu from firered 2020-02-16 13:49:36 -05:00
union_room.c Fix alignment in AgbRfu_LinkManager.h 2020-02-16 15:32:10 -05:00
unk_text_util_2.c move fonts from data/graphics/ to graphics/ 2020-03-12 13:40:00 -04:00
unk_transition.c Use ST_OAM constants for OamData definitions 2019-12-06 19:05:44 -06:00
use_pokeblock.c Document misc strings and text colors 2019-12-10 19:29:23 -06: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 RGB Constants 2019-04-04 17:05:46 -04:00
wild_encounter.c Use macro for randomization with ISO value 2020-02-25 12:54:08 -06:00