Work on daMBdoorL1 (#2138)

This commit is contained in:
hatal175
2024-04-21 23:38:19 +03:00
committed by GitHub
parent b24b477fc4
commit 9e80bf0d84
59 changed files with 1929 additions and 2516 deletions
+4
View File
@@ -3321,6 +3321,10 @@ inline void dComIfGp_evmng_remove() {
g_dComIfG_gameInfo.play.getEvtManager().remove();
}
inline s16 dComIfGp_evmng_getEventIdx(const char* eventName, u8 mapToolID) {
return g_dComIfG_gameInfo.play.getEvtManager().getEventIdx(eventName, mapToolID, -1);
}
inline void dComIfGp_particle_createCommon(const void* data) {
g_dComIfG_gameInfo.play.getParticle()->createCommon(data);
}