JAIZelBasic work

This commit is contained in:
LagoLunatic
2023-12-26 17:41:52 -05:00
parent 9112e75c18
commit 4f652d0205
8 changed files with 143 additions and 47 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ void JAInter::BankWave::loadGroupWave(s32, s32) {
}
/* 802916B0-802916C0 .text getWaveLoadStatus__Q27JAInter8BankWaveFl */
void JAInter::BankWave::getWaveLoadStatus(s32) {
s32 JAInter::BankWave::getWaveLoadStatus(s32) {
/* Nonmatching */
}
+4 -4
View File
@@ -224,13 +224,13 @@ void JAIBasic::deleteObject(void*) {
}
/* 80290D94-80290DA0 .text getMapInfoFxline__8JAIBasicFUl */
bool JAIBasic::getMapInfoFxline(u32 param_1) {
return param_1 != 0;
BOOL JAIBasic::getMapInfoFxline(u32 param_1) {
return param_1 ? TRUE : FALSE;
}
/* 80290DA0-80290DAC .text getMapInfoGround__8JAIBasicFUl */
bool JAIBasic::getMapInfoGround(u32 param_1) {
return param_1 != 0;
BOOL JAIBasic::getMapInfoGround(u32 param_1) {
return param_1 ? TRUE : FALSE;
}
/* 80290DAC-80290DC4 .text getMapInfoFxParameter__8JAIBasicFUl */