diff --git a/config/rel_slices.yml b/config/rel_slices.yml index 17ec6fea..9f45c8eb 100644 --- a/config/rel_slices.yml +++ b/config/rel_slices.yml @@ -58,6 +58,9 @@ m_common_data.c: m_controller.c: .text: [0x80395BE8, 0x80396120] .rodata: [0x80641D20, 0x80641D50] +m_debug.c: + .text: [0x80396120, 0x80396198] + .bss: [0x81294000, 0x81294008] m_debug_display.c: .text: [0x80396198, 0x803965E4] .data: [0x806512D8, 0x80651328] @@ -66,6 +69,11 @@ m_debug_hayakawa.c: .text: [0x803965E4, 0x803973E8] .rodata: [0x80641D50, 0x80641D90] .data: [0x80651328, 0x80651358] +#m_debug_mode.c: +# .text: [0x803973E8, 0x803984B4] +# .rodata: [0x80641D90, 0x80641DA8] +# .data: [0x80651358, 0x80651788] +# .bss: [0x81294010, 0x81294E18] m_eappli.c: .text: [0x8039A5E0, 0x8039A960] .bss: [0x81295150, 0x81295550] diff --git a/include/m_debug_mode.h b/include/m_debug_mode.h index c7179d78..b663ad0e 100644 --- a/include/m_debug_mode.h +++ b/include/m_debug_mode.h @@ -4,7 +4,7 @@ #include "types.h" #include "graph.h" #include "m_debug.h" -#include "pad.h" +#include "libu64/pad.h" #include "game.h" #ifdef __cplusplus