diff options
| author | Philip Dubé <159546+serprex@users.noreply.github.com> | 2026-07-07 01:51:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-07 01:51:44 +0000 |
| commit | 5cf03a4cdadefe31d81cd324299ff5e0dc436748 (patch) | |
| tree | 4da4720a9fbd28a698dd53f79af83568c16cf35c /soh/src/code/z_debug.c | |
| parent | 8602c6d1540f50f4f8a99b52e92373c0dde08999 (diff) | |
pull decomp changes: actor functions, z_en_horse.c (#6877)
Diffstat (limited to 'soh/src/code/z_debug.c')
| -rw-r--r-- | soh/src/code/z_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/src/code/z_debug.c b/soh/src/code/z_debug.c index aebd08f86..aa762a08b 100644 --- a/soh/src/code/z_debug.c +++ b/soh/src/code/z_debug.c @@ -202,7 +202,7 @@ void func_8006390C(Input* input) { } if (iREG(0)) { iREG(0) = 0; - func_800AA000(0, iREG(1), iREG(2), iREG(3)); + Rumble_Request(0, iREG(1), iREG(2), iREG(3)); } } } |
