Skip to content

Commit

Permalink
Clean up some symbol names.
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbed committed Jun 18, 2020
1 parent 68f337e commit b1f92dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions source/debug_menu.S
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ patch_text_end call_create_debug_menu

#ifdef TITLE_DEBUG_MENU

patch_text_start setup_title_menu
patch_text_start call_init_title_menu
bl init_debug_title_menu
patch_text_end setup_title_menu
patch_text_end call_init_title_menu

#endif

Expand Down
4 changes: 2 additions & 2 deletions source/increase_memory_zones.S
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ patch_text_start allocate_memory_debug_3
lis %r5, 0x80
patch_text_end allocate_memory_debug_3

patch_text_start allocate_memory_coreres
patch_text_start allocate_memory_coreres_1
lis %r3, 0xE4
patch_text_end allocate_memory_coreres
patch_text_end allocate_memory_coreres_1

patch_text_start allocate_memory_coreres_2
lis %r5, 0xE4
Expand Down
4 changes: 2 additions & 2 deletions source/symbols_BLUS30443_v100.S
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ target_text initialize_flip_mode, 0x00025ED8
target_text allocate_memory_debug_1, 0x0003A1FC
target_text allocate_memory_debug_2, 0x0003A244
target_text allocate_memory_debug_3, 0x0003A2B0
target_text allocate_memory_coreres, 0x0003B3FC
target_text allocate_memory_coreres_1, 0x0003B3FC
target_text allocate_memory_coreres_2, 0x0003B444
target_text allocate_memory_coreres_3, 0x0003B4B0
target_text load_use_system_cache_default_value, 0x0004A36C
target_text init_debug_title_menu, 0x0015C878
target_text setup_title_menu, 0x0016F444
target_text call_init_title_menu, 0x0016F444
target_text init_title_menu, 0x0018B7D0
target_text get_pad, 0x001C4AE0
target_text disable_pad, 0x001C6760
Expand Down

0 comments on commit b1f92dc

Please sign in to comment.