diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-09-29 20:20:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 20:20:47 -0400 |
commit | 7279de0b20fea0ba36a96e7d998ad37fac14365a (patch) | |
tree | 3f1a2c1f2b56dae093df43331e7fd6ec826d591e /asm/GameSpy/sb_queryengine.s | |
parent | bb28572125c45ec20f5fbf85120cd71fb2486bac (diff) | |
parent | 5e80e11773a76a052341f0e7223fac548a746660 (diff) |
Merge pull request #107 from mparisi20/master
split MSL_C math library and reorganize source tree
Diffstat (limited to 'asm/GameSpy/sb_queryengine.s')
-rw-r--r-- | asm/GameSpy/sb_queryengine.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/GameSpy/sb_queryengine.s b/asm/GameSpy/sb_queryengine.s index 7bf2a2e..cc2dc98 100644 --- a/asm/GameSpy/sb_queryengine.s +++ b/asm/GameSpy/sb_queryengine.s @@ -403,7 +403,7 @@ lbl_8035CE64: /* 8035CE80 00358AE0 98 04 00 14 */ stb r0, 0x14(r4)
/* 8035CE84 00358AE4 40 81 01 2C */ ble lbl_8035CFB0
/* 8035CE88 00358AE8 7F 23 CB 78 */ mr r3, r25
-/* 8035CE8C 00358AEC 4B E7 38 81 */ bl func_801D070C
+/* 8035CE8C 00358AEC 4B E7 38 81 */ bl atoi
/* 8035CE90 00358AF0 90 7F 00 20 */ stw r3, 0x20(r31)
/* 8035CE94 00358AF4 7F E4 FB 78 */ mr r4, r31
/* 8035CE98 00358AF8 38 7E 00 08 */ addi r3, r30, 8
|