fix wrong return types caused by bad regex

This commit is contained in:
LagoLunatic
2023-11-26 14:37:07 -05:00
parent 5039fe661c
commit b9490ec082
15 changed files with 59 additions and 53 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ static u8 l_matDL[] __attribute__((aligned(32))) = {
};
/* 800F104C-800F12C8 .text draw__16daHookshot_shapeFv */
BOOL daHookshot_shape::draw() {
void daHookshot_shape::draw() {
daHookshot_c* hookshot = reinterpret_cast<daHookshot_c*>(mpUserData);
int chain_count = hookshot->getChainCnt();
if (chain_count < 1) {