diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-01-17 18:08:02 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-01-17 18:08:02 -0600 |
commit | 73392181fe47fd0fe5ac3702978307926a442ef4 (patch) | |
tree | f355d42e26e5bd1c2b37a84549ee95e0bf45e52e /src/debug/tomomichi_debug_menu.c | |
parent | 233654746815b884d303cc3416c3fe6c377b4a73 (diff) |
resolve more undefined references
Diffstat (limited to 'src/debug/tomomichi_debug_menu.c')
-rw-r--r-- | src/debug/tomomichi_debug_menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug/tomomichi_debug_menu.c b/src/debug/tomomichi_debug_menu.c index 2d9074d19..28bb2717d 100644 --- a/src/debug/tomomichi_debug_menu.c +++ b/src/debug/tomomichi_debug_menu.c @@ -5001,7 +5001,7 @@ void debug_sub_808DABC() "._387:\n" " .align 2, 0\n" "._386:\n" - " .word gScriptResult\n" + " .word gSpecialVar_Result\n" "\n" ); } @@ -5043,7 +5043,7 @@ void debug_sub_808DAD4() " .align 2, 0\n" "._393:\n" " .word 0xffff\n" - " .word gScriptResult\n" + " .word gSpecialVar_Result\n" "\n" ); } |