mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
JAIZelBasic work
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user