mirror of
https://github.com/zeldaret/tp
synced 2026-09-02 18:02:55 -04:00
Work on daMBdoorL1 (#2138)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user