diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-01-22 22:35:27 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-01-22 22:35:27 -0600 |
commit | 0f09d2e7046a54c95e2ed4a7ff759d4cd1db87f7 (patch) | |
tree | 0a6d2704c95c50b5d6f3f4e8fa01876e44d78751 /src/pokemon/pokemon_summary_screen.c | |
parent | 1685a7977a652f35998a717395407d625878e20e (diff) |
fix false gMysteryEventScriptCmdTableEnd offsets
Diffstat (limited to 'src/pokemon/pokemon_summary_screen.c')
-rw-r--r-- | src/pokemon/pokemon_summary_screen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokemon/pokemon_summary_screen.c b/src/pokemon/pokemon_summary_screen.c index 29973fd99..f1bded592 100644 --- a/src/pokemon/pokemon_summary_screen.c +++ b/src/pokemon/pokemon_summary_screen.c @@ -1042,7 +1042,7 @@ bool8 sub_809DA84(void) lsl r1, r1, #0x2\n\ add r1, r1, r0\n\ ldr r0, [r1]\n\ - bl gMysteryEventScriptCmdTableEnd+0x3cf4\n\ + bl _call_via_r0\n\ ._132:\n\ ldr r1, ._134 + 8\n\ ldr r2, ._134 + 12\n\ @@ -1071,7 +1071,7 @@ bool8 sub_809DA84(void) add r1, r1, r2\n\ add r0, r0, #0x10\n\ ldr r1, [r1]\n\ - bl gMysteryEventScriptCmdTableEnd+0x3cf8\n\ + bl _call_via_r1\n\ ldr r1, ._140 + 8\n\ ldr r2, ._140 + 12\n\ add r1, r1, r2\n\ |