mirror of
https://github.com/Xeeynamo/sotn-decomp.git
synced 2024-12-01 00:40:51 +00:00
EntityDummy (#1173)
This commit is contained in:
parent
fc1cc4d4b0
commit
51230ffc05
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user