sovereignx/src
2021-09-01 00:12:14 -04:00
..
data Merge branch 'romhack' into lighting 2021-07-20 19:45:40 -04:00
agb_flash.c
agb_flash_1m.c
agb_flash_le.c
agb_flash_mx.c
AgbRfu_LinkManager.c
anim_mon_front_pics.c
apprentice.c [LEAK-INFORMED] fix do {} while (0) in apprentice 2021-05-13 11:29:46 -05:00
bard_music.c Document easy chat 2021-02-24 11:03:45 -05:00
battle_ai_script_commands.c BUGFIX: battle scripts (#1436) 2021-05-23 09:35:03 -05:00
battle_ai_switch_items.c Fix AI Guard Spec use, and Specs->Spec 2021-04-03 15:18:17 -04:00
battle_anim.c Document more battle anim effects 2021-02-28 09:54:55 -06:00
battle_anim_bug.c Misc battle anim documentation 2021-01-23 00:40:46 -05:00
battle_anim_dark.c Label unused move anims 2021-04-11 13:21:22 -04:00
battle_anim_dragon.c Document some battle anim funcs and data 2021-02-27 11:04:45 -06:00
battle_anim_effects_1.c Label more unused battle anims 2021-04-13 02:50:37 -04:00
battle_anim_effects_2.c Misc reg constant cleanup 2021-04-15 03:14:42 -04:00
battle_anim_effects_3.c Document battler sprite affine anims, default pokeball throw 2021-04-25 02:18:34 -04:00
battle_anim_electric.c Label unused move anims 2021-04-11 13:21:22 -04:00
battle_anim_fight.c Label unused move anims 2021-04-11 13:21:22 -04:00
battle_anim_fire.c Label unused move anims 2021-04-11 13:21:22 -04:00
battle_anim_flying.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
battle_anim_ghost.c Misc reg constant cleanup 2021-04-15 03:14:42 -04:00
battle_anim_ground.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
battle_anim_ice.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
battle_anim_mon_movement.c Use SPRITE_NONE constant 2021-02-24 11:03:32 -05:00
battle_anim_mons.c Merge pull request #1420 from GriffinRichards/doc-dataanims 2021-04-28 13:56:42 -04:00
battle_anim_normal.c Label misc unused move anims 2021-04-13 04:04:09 -04:00
battle_anim_poison.c
battle_anim_psychic.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
battle_anim_rock.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
battle_anim_smokescreen.c Document more battle anim effects 2021-02-28 09:54:55 -06:00
battle_anim_sound_tasks.c Various BUGFIXes and UBFIXes 2021-05-15 15:56:17 -05:00
battle_anim_status_effects.c Label more unused battle anims 2021-04-24 18:26:25 -04:00
battle_anim_throw.c Document battler sprite affine anims, default pokeball throw 2021-04-25 02:18:34 -04:00
battle_anim_utility_funcs.c Fix build and cleanup mistakes 2021-02-28 09:54:55 -06:00
battle_anim_water.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
battle_arena.c Misc labels in battle facilities 2021-03-22 15:30:19 -05:00
battle_bg.c More usage of WININ/OUT constants 2021-04-15 02:43:09 -04:00
battle_controller_link_opponent.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
battle_controller_link_partner.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
battle_controller_opponent.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
battle_controller_player.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
battle_controller_player_partner.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
battle_controller_recorded_opponent.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
battle_controller_recorded_player.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
battle_controller_safari.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
battle_controller_wally.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
battle_controllers.c Misc battle script cleanup 2021-04-03 14:07:31 -04:00
battle_dome.c Various BUGFIXes and UBFIXes 2021-05-15 15:56:17 -05:00
battle_factory.c Fixed ChangeBgY_ScreenOff‘s signature. (#1447) 2021-05-27 07:32:09 -05:00
battle_factory_screen.c Various BUGFIXes and UBFIXes 2021-05-15 15:56:17 -05:00
battle_gfx_sfx_util.c Fix Substitute typo 2021-05-06 20:49:04 -04:00
battle_interface.c replace raw values with char constants 2021-05-13 11:26:15 -05:00
battle_intro.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
battle_main.c Cherry-pick roamer bug fix from pokefirered 2021-05-13 11:23:42 -05:00
battle_message.c Rename sText_WildPkmnAppeared2 to reflect its use 2021-06-04 22:32:33 -04:00
battle_palace.c
battle_pike.c Document fieldmap 2021-04-06 16:05:43 -04:00
battle_pyramid.c pyramidWinStreas 2021-05-15 15:59:54 -05:00
battle_pyramid_bag.c Document Battle Pyramid Bag 2021-04-23 15:07:36 -04:00
battle_records.c Add palette selection constants 2021-02-24 11:03:51 -05:00
battle_script_commands.c BUGFIX: battle scripts (#1436) 2021-05-23 09:35:03 -05:00
battle_setup.c Document object lock and some trainer approach 2021-01-26 04:42:18 -05:00
battle_tent.c Merge remote-tracking branch 'upstream/master' into berry_crush 2020-12-10 23:30:52 -05:00
battle_tower.c Document TV 2021-04-26 12:35:35 -04:00
battle_transition.c [PROBABLY LEAK-INFORMED] fix battle_transition fakematch, make 2021-05-31 18:12:35 -05:00
battle_transition_frontier.c Add palette selection constants 2021-02-24 11:03:51 -05:00
battle_tv.c Add remaining multistring chooser constants 2021-04-03 11:49:06 -04:00
battle_util.c Fix AI Guard Spec use, and Specs->Spec 2021-04-03 15:18:17 -04:00
battle_util2.c Add remaining multistring chooser constants 2021-04-03 11:49:06 -04:00
berry.c Document Berry Crush 2021-03-18 15:18:23 -04:00
berry_blender.c Misc reg constant cleanup 2021-04-15 03:14:42 -04:00
berry_crush.c standardize "grey" to "gray" 2021-04-09 22:39:34 -04:00
berry_fix_graphics.c
berry_fix_program.c Clean up berry_fix_program 2021-02-24 16:46:57 -05:00
berry_powder.c
berry_tag_screen.c Add palette selection constants 2021-02-24 11:03:51 -05:00
bike.c Merge branch 'master' into romhack 2021-06-04 23:36:21 -04:00
birch_pc.c
braille_puzzles.c
cable_car.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
cable_club.c Document remaining overworld 2021-04-06 16:55:43 -04:00
clear_save_data_screen.c Add palette selection constants 2021-02-24 11:03:51 -05:00
clock.c
coins.c
confetti_util.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
contest.c Merge pull request #1421 from GriffinRichards/doc-tvrecordmix 2021-04-29 00:25:01 -04:00
contest_ai.c Use BUGFIX for some inline fixes 2020-12-12 23:30:51 -05:00
contest_effect.c
contest_link.c
contest_link_util.c
contest_painting.c Misc contest cleanup 2021-04-22 15:51:04 -04:00
contest_util.c Merge pull request #1421 from GriffinRichards/doc-tvrecordmix 2021-04-29 00:25:01 -04:00
coord_event_weather.c
credits.c standardize "grey" to "gray" 2021-04-09 22:39:34 -04:00
crt0.s Update crt0.s 2021-02-15 17:25:36 -05:00
data.c Merge branch 'master' into romhack 2021-05-04 22:14:50 -04:00
daycare.c re-add const to gEvolutionTable in daycare.c 2021-06-01 17:14:45 -04:00
decompress.c Add MON_PIC_SIZE constant 2021-03-29 09:38:19 -04:00
decoration.c Document TV 2021-04-26 12:35:35 -04:00
decoration_inventory.c
dewford_trend.c Remove incorrect comment 2021-03-31 17:29:09 -04:00
digit_obj_util.c Update src/digit_obj_util.c 2020-10-26 19:14:08 -03:00
diploma.c Misc reg constant cleanup 2021-04-15 03:14:42 -04:00
dodrio_berry_picking.c standardize "grey" to "gray" 2021-04-09 22:39:34 -04:00
dynamic_placeholder_text_util.c
easy_chat.c Document TV 2021-04-26 12:35:35 -04:00
egg_hatch.c Various BUGFIXes and UBFIXes 2021-05-15 15:56:17 -05:00
ereader_helpers.c Document trainer hill ereader 2021-04-24 18:04:27 -04:00
ereader_screen.c Document trainer hill ereader 2021-04-24 18:04:27 -04:00
event_data.c
event_object_lock.c Fixed follower behavior when seen by trainers. 2021-03-03 02:06:17 -05:00
event_object_movement.c Merge branch 'romhack' into lighting 2021-06-12 00:37:06 -04:00
evolution_graphics.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
evolution_scene.c [LEAK-INFORMED] fix CreateShedinja fakematch 2021-05-31 08:20:46 -05:00
faraway_island.c More testing of fog blending. 2021-05-02 02:55:23 -04:00
field_camera.c Minor misc field doc 2021-04-06 17:17:41 -04:00
field_control_avatar.c Standardize Friendship/Happiness 2021-03-27 17:27:20 -05:00
field_door.c Label misc field effects 2021-03-22 15:30:19 -05:00
field_effect.c More testing of fog blending. 2021-05-02 02:55:23 -04:00
field_effect_helpers.c Merge branch 'romhack' into lighting 2021-07-20 19:45:40 -04:00
field_message_box.c Use TASK_NONE constant 2021-02-24 11:03:25 -05:00
field_player_avatar.c Merge branch 'master' into romhack 2021-04-18 22:17:53 -04:00
field_poison.c Updated following pokemon when fainting due to poison. 2021-03-03 01:46:58 -05:00
field_region_map.c Add palette selection constants 2021-02-24 11:03:51 -05:00
field_screen_effect.c Merge branch 'master' into romhack 2021-04-18 22:17:53 -04:00
field_special_scene.c Re-apply joypad macros (minus merge conflicts) 2020-11-02 22:02:39 -03:00
field_specials.c Document TV 2021-04-26 12:35:35 -04:00
field_tasks.c Use TASK_NONE constant 2021-02-24 11:03:25 -05:00
field_weather.c Reverted 42d5fe07f and fixed rain/thunder gamma. 2021-05-02 02:55:42 -04:00
field_weather_effect.c Reverted 42d5fe07f and fixed rain/thunder gamma. 2021-05-02 02:55:42 -04:00
fieldmap.c Refactored light metatile caching. 2021-04-25 16:26:22 -04:00
fldeff_cut.c Document some event object movement 2021-04-06 14:34:36 -04:00
fldeff_dig.c
fldeff_escalator.c Remove unused local variables and functions 2021-01-19 18:19:33 -05:00
fldeff_flash.c Label misc field effects 2021-03-22 15:30:19 -05:00
fldeff_misc.c Merge branch 'master' into romhack 2021-05-04 22:14:50 -04:00
fldeff_rocksmash.c
fldeff_softboiled.c
fldeff_strength.c
fldeff_sweetscent.c Document some event object movement 2021-04-06 14:34:36 -04:00
fldeff_teleport.c
frontier_pass.c standardize "grey" to "gray" 2021-04-09 22:39:34 -04:00
frontier_util.c Document TV 2021-04-26 12:35:35 -04:00
graphics.c Merge pull request #1415 from GriffinRichards/doc-contestutil 2021-04-27 02:29:41 -04:00
gym_leader_rematch.c
hall_of_fame.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
heal_location.c
hof_pc.c Add palette selection constants 2021-02-24 11:03:51 -05:00
image_processing_effects.c Bit shifts from hex to decimal 2021-03-30 17:38:09 -04:00
international_string_util.c Misc contest cleanup 2021-04-22 15:51:04 -04:00
intro.c Merge branch 'master' into doc-introcred 2021-03-29 20:56:15 -04:00
intro_credits_graphics.c Standardize intro gfx names 2021-03-29 20:48:48 -04:00
item.c Various BUGFIXes and UBFIXes 2021-05-15 15:56:17 -05:00
item_icon.c Remove redundant statements 2021-02-28 10:06:07 -06:00
item_menu.c Document Battle Pyramid Bag 2021-04-23 15:07:36 -04:00
item_menu_icons.c Document pokeblock menu 2021-04-11 18:10:05 -04:00
item_use.c Document Battle Pyramid Bag 2021-04-23 15:07:36 -04:00
landmark.c
libgcnmultiboot.s
libisagbprn.c
librfu_intr.c Resolve sio32intr_clock_slave fakematching. One left! 2021-04-20 12:58:50 -04:00
librfu_rfu.c idiot, get rid of code in block 2021-04-21 21:38:42 -04:00
librfu_sio32id.c Eliminate the last fakematching. We are free of nonmatchings/fakematchings! 2021-04-20 21:31:39 -04:00
librfu_stwi.c
lilycove_lady.c Document pokeblock menu 2021-04-11 18:10:05 -04:00
link.c standardize "grey" to "gray" 2021-04-09 22:39:34 -04:00
link_rfu_2.c Minor link cleanup 2021-03-21 13:40:40 -05:00
link_rfu_3.c Use SPRITE_NONE constant 2021-02-24 11:03:32 -05:00
list_menu.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
load_save.c Bit shifts from hex to decimal 2021-03-30 17:38:09 -04:00
lottery_corner.c
m4a.c UBFix: uninitialized variables in m4a engine and siirtc.c (#1432) 2021-05-23 09:56:37 -05:00
m4a_1.s document decoding buffer 2021-04-16 00:58:54 -04:00
m4a_tables.c
mail.c port miscellaneous fr documentation 2021-03-18 20:35:39 -04:00
mail_data.c Document easy chat 2021-02-24 11:03:45 -05:00
main.c Added function to check for newer emulators/hardware. 2021-06-04 23:35:04 -04:00
main_menu.c fix main_menu goto 2021-05-13 11:29:11 -05:00
map_name_popup.c Minor misc field doc 2021-04-06 17:17:41 -04:00
match_call.c Add constant use for match call text ids 2021-04-01 04:21:26 -04:00
math_util.c
mauville_old_man.c Document TV 2021-04-26 12:35:35 -04:00
menu.c Merge pull request #1421 from GriffinRichards/doc-tvrecordmix 2021-04-29 00:25:01 -04:00
menu_helpers.c Document Battle Pyramid Bag 2021-04-23 15:07:36 -04:00
menu_specialized.c standardize "grey" to "gray" 2021-04-09 22:39:34 -04:00
metatile_behavior.c Use BUGFIX for some inline fixes 2020-12-12 23:30:51 -05:00
mevent2.c Document easy chat 2021-02-24 11:03:45 -05:00
mevent_801BAAC.c More usage of WININ/OUT constants 2021-04-15 02:43:09 -04:00
mevent_client.c
mevent_news.c
mevent_scripts.c
mevent_server.c Use ARRAY_COUNT in InitBgsFromTemplates 2021-01-19 04:14:07 -05:00
mevent_server_helpers.c
minigame_countdown.c Document Berry Crush 2021-03-18 15:18:23 -04:00
mirage_tower.c Use TASK_NONE constant 2021-02-24 11:03:25 -05:00
mon_markings.c Rename mon markings struct 2021-02-28 17:11:46 -06:00
money.c
move_relearner.c Add palette selection constants 2021-02-24 11:03:51 -05:00
multiboot.c
mystery_event_menu.c Add palette selection constants 2021-02-24 11:03:51 -05:00
mystery_event_msg.c
mystery_event_script.c Document mail 2021-02-24 11:03:39 -05:00
mystery_gift.c fix mystery_gift gotos 2021-05-13 11:29:11 -05:00
naming_screen.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
new_game.c Misc contest cleanup 2021-04-22 15:51:04 -04:00
option_menu.c Misc reg constant cleanup 2021-04-15 03:14:42 -04:00
overworld.c Modified palette tint behavior. 2021-09-01 00:12:14 -04:00
palette.c Modified palette tint behavior. 2021-09-01 00:12:14 -04:00
palette_util.c Fixed mirage tower time blending. 2021-05-02 03:27:48 -04:00
party_menu.c Document Battle Pyramid Bag 2021-04-23 15:07:36 -04:00
play_time.c
player_pc.c fix player_pc goto 2021-05-13 11:29:11 -05:00
pokeball.c Document battler sprite affine anims, default pokeball throw 2021-04-25 02:18:34 -04:00
pokeblock.c Document pokeblock feed scene 2021-04-12 18:44:37 -04:00
pokeblock_feed.c Drop static function argument names 2021-04-14 12:24:09 -04:00
pokedex.c More usage of WININ/OUT constants 2021-04-15 02:43:09 -04:00
pokedex_area_region_map.c
pokedex_area_screen.c Add palette selection constants 2021-02-24 11:03:51 -05:00
pokedex_cry_screen.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
pokemon.c Merge branch 'romhack' into lighting 2021-06-08 17:58:29 -04:00
pokemon_animation.c [LEAK-INFORMED] also pretty dumb 2021-05-31 08:20:46 -05:00
pokemon_icon.c Document mail 2021-02-24 11:03:39 -05:00
pokemon_jump.c standardize "grey" to "gray" 2021-04-09 22:39:34 -04:00
pokemon_size_record.c change usages of float/double to f32/f64 2021-05-01 01:41:27 -04:00
pokemon_storage_system.c better match 2021-05-25 04:32:47 -04:00
pokemon_summary_screen.c Merge branch 'master' into romhack 2021-05-04 22:14:50 -04:00
pokenav.c port miscellaneous fr documentation 2021-03-18 20:35:39 -04:00
pokenav_conditions_1.c Doc storage - misc cleanup, some item/cursor 2021-04-17 13:33:29 -04:00
pokenav_conditions_2.c Add MON_PIC_SIZE constant 2021-03-29 09:38:19 -04:00
pokenav_conditions_3.c standardize "grey" to "gray" 2021-04-09 22:39:34 -04:00
pokenav_main_menu.c standardize "grey" to "gray" 2021-04-09 22:39:34 -04:00
pokenav_match_call_1.c Re-apply joypad macros (minus merge conflicts) 2020-11-02 22:02:39 -03:00
pokenav_match_call_2.c Document match_call.c 2021-04-01 03:29:15 -04:00
pokenav_match_call_data.c
pokenav_match_call_ui.c standardize "grey" to "gray" 2021-04-09 22:39:34 -04:00
pokenav_menu_handler_1.c Solve merge conflicts from previous commit 2020-11-02 22:18:26 -03:00
pokenav_menu_handler_2.c More usage of WININ/OUT constants 2021-04-15 02:43:09 -04:00
pokenav_region_map.c Re-apply joypad macros (minus merge conflicts) 2020-11-02 22:02:39 -03:00
pokenav_ribbons_1.c standardize "grey" to "gray" 2021-04-09 22:39:34 -04:00
pokenav_ribbons_2.c standardize "grey" to "gray" 2021-04-09 22:39:34 -04:00
post_battle_event_funcs.c Document TV 2021-04-26 12:35:35 -04:00
random.c
rayquaza_scene.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
record_mixing.c Document TV 2021-04-26 12:35:35 -04:00
recorded_battle.c More documentation in battle_main 2021-03-12 16:55:58 -05:00
region_map.c Add palette selection constants 2021-02-24 11:03:51 -05:00
reset_rtc_screen.c Merge branch 'master' into doc-rtcscreen 2021-02-28 10:28:43 -05:00
reset_save_heap.c
reshow_battle_screen.c Document battle_controller_player.c 2021-01-22 20:03:27 -05:00
roamer.c
rotating_gate.c Fix UB in RotatingGate_RotateInDirection 2021-05-11 10:12:01 -05:00
rotating_tile_puzzle.c
roulette.c Various BUGFIXes and UBFIXes 2021-05-15 15:56:17 -05:00
rtc.c
safari_zone.c Document TV 2021-04-26 12:35:35 -04:00
save.c Document fieldmap 2021-04-06 16:05:43 -04:00
save_failed_screen.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
save_location.c
scanline_effect.c Use TASK_NONE constant 2021-02-24 11:03:25 -05:00
scrcmd.c Merge branch 'master' into romhack 2021-05-04 22:14:50 -04:00
script.c Fix comment typo 2021-02-24 11:26:26 -05:00
script_menu.c Document Battle Pyramid Bag 2021-04-23 15:07:36 -04:00
script_movement.c Use TASK_NONE constant 2021-02-24 11:03:25 -05:00
script_pokemon_util.c Document TV 2021-04-26 12:35:35 -04:00
secret_base.c Document TV 2021-04-26 12:35:35 -04:00
shop.c Document TV 2021-04-26 12:35:35 -04:00
siirtc.c UBFix: uninitialized variables in m4a engine and siirtc.c (#1432) 2021-05-23 09:56:37 -05:00
slot_machine.c Document TV 2021-04-26 12:35:35 -04:00
sound.c Document dodrio berry picking 2021-03-03 14:26:05 -05:00
start_menu.c Merge pull request #1398 from GriffinRichards/doc-field 2021-04-10 13:05:51 -04:00
starter_choose.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
strings.c Document Battle Pyramid Bag 2021-04-23 15:07:36 -04:00
task.c Use TASK_NONE constant 2021-02-24 11:03:25 -05:00
text_input_strings.c
text_window.c
tileset_anims.c Use TASK_NONE constant 2021-02-24 11:03:25 -05:00
time_events.c
title_screen.c Misc reg constant cleanup 2021-04-15 03:14:42 -04:00
trade.c Merge pull request #1410 from GriffinRichards/doc-tradedata 2021-04-26 13:26:12 -04:00
trader.c
trainer_card.c Misc contest cleanup 2021-04-22 15:51:04 -04:00
trainer_hill.c Use some missing fieldmap constants in trainer hill 2021-04-29 16:12:50 -04:00
trainer_pokemon_sprites.c Merge branch 'master' into romhack 2021-05-04 22:14:50 -04:00
trainer_see.c Made follower emotes immune to time-blending. 2021-04-25 16:25:32 -04:00
trig.c
tv.c Document TV 2021-04-26 12:35:35 -04:00
union_room.c Various BUGFIXes and UBFIXes 2021-05-15 15:56:17 -05:00
union_room_battle.c standardize "grey" to "gray" 2021-04-09 22:39:34 -04:00
union_room_chat.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
union_room_player_avatar.c
unk_text_util_2.c Document some text-related things 2021-03-29 11:20:00 -05:00
use_pokeblock.c Document pokeblock feed scene 2021-04-12 18:44:37 -04:00
util.c OW windows now light up at night. 2021-04-25 16:26:21 -04:00
walda_phrase.c Merge remote-tracking branch 'upstream/master' into berry_crush 2020-12-10 23:30:52 -05:00
wallclock.c More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
wild_encounter.c Document Dewford Trend 2021-03-31 16:08:42 -04:00
wireless_communication_status_screen.c standardize "grey" to "gray" 2021-04-09 22:39:34 -04:00