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
+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 */