diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-11-13 05:07:55 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-13 08:07:55 -0500 |
| commit | 109445ffc3d83d0c9644385f8e12a23944469de0 (patch) | |
| tree | 61bd52f24a67a849a8c535df2e8168f8d82a6f93 /src/d/actor/d_a_b_zant.cpp | |
| parent | ebd7e3feed369cc482ec7b5f537c4d363f81eb60 (diff) | |
zant magic / mobile done (#2249)
* zant_magic done
* zant mobile done
Diffstat (limited to 'src/d/actor/d_a_b_zant.cpp')
| -rw-r--r-- | src/d/actor/d_a_b_zant.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/actor/d_a_b_zant.cpp b/src/d/actor/d_a_b_zant.cpp index e36ceedcf2..7566bb6caa 100644 --- a/src/d/actor/d_a_b_zant.cpp +++ b/src/d/actor/d_a_b_zant.cpp @@ -1376,13 +1376,13 @@ static void s_pillar_sub(void* param_0, void* param_1) { } /* 80640654-80640664 002634 0010+00 0/0 0/0 1/1 .text getMagicSpeed__10daB_ZANT_cFv */ -void daB_ZANT_c::getMagicSpeed() { +f32 daB_ZANT_c::getMagicSpeed() { // NONMATCHING } /* 80640664-80640674 002644 0010+00 0/0 0/0 1/1 .text getMagicWaterSpeed__10daB_ZANT_cFv */ -void daB_ZANT_c::getMagicWaterSpeed() { +f32 daB_ZANT_c::getMagicWaterSpeed() { // NONMATCHING } @@ -3013,4 +3013,4 @@ static u8 data_8064F6F4[4]; static u8 data_8064F6F8[4]; #pragma pop -/* 8064EE60-8064EE60 000344 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */
\ No newline at end of file +/* 8064EE60-8064EE60 000344 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */ |
