EntityDummy (#1173)

This commit is contained in:
sozud 2024-05-26 05:23:49 -07:00 committed by GitHub
parent fc1cc4d4b0
commit 51230ffc05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
#include "common.h"
#include "game.h"
INCLUDE_ASM("st/wrp_psp/psp/wrp_psp/C3F0", func_8018C1E0);
@ -6,7 +7,11 @@ INCLUDE_ASM("st/wrp_psp/psp/wrp_psp/C3F0", SetStep);
INCLUDE_ASM("st/wrp_psp/psp/wrp_psp/C3F0", InitializeEntity);
INCLUDE_ASM("st/wrp_psp/psp/wrp_psp/C3F0", EntityDummy);
void EntityDummy(Entity* arg0) {
if (!arg0->step) {
arg0->step++;
}
}
INCLUDE_ASM("st/wrp_psp/psp/wrp_psp/C3F0", func_8018C55C);