diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-02-15 01:36:03 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-02-15 01:36:03 -0600 |
commit | e58c4ac922c10a2e7c06e1c3d27a95cf51361cb5 (patch) | |
tree | 6fdebecd8f9bac832cfff1f78a6abc7dc55ba207 /src/debug/start_menu_debug.c | |
parent | aaa67d9f274611bc0a1eb1a28409e36756417c24 (diff) |
ItemId_GetItem -> ItemId_GetName
Diffstat (limited to 'src/debug/start_menu_debug.c')
-rw-r--r-- | src/debug/start_menu_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/start_menu_debug.c b/src/debug/start_menu_debug.c index 4690368d8..04bfb30d1 100644 --- a/src/debug/start_menu_debug.c +++ b/src/debug/start_menu_debug.c @@ -3184,7 +3184,7 @@ void DebugMenu_8077EE0() " mov r2, #0x11\n" " bl Menu_PrintText\n" " add r0, r4, #0\n" - " bl ItemId_GetItem\n" + " bl ItemId_GetName\n" " mov r1, #0x8\n" " mov r2, #0x11\n" " bl Menu_PrintText\n" |