mirror of
https://github.com/zeldaret/tp
synced 2026-06-30 03:48:59 -04:00
initial class structure for dComIfG_inf_c
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
#include "d/d_com/d_com_inf_game/d_com_inf_game.h"
|
||||
#include "global.h"
|
||||
|
||||
void dComIfG_play_c:ct(void) {
|
||||
|
||||
asm void dComIfG_play_c::ct(void) {
|
||||
nofralloc
|
||||
#include "d/d_com/d_com_inf_game/asm/func_8002B1DC.s"
|
||||
}
|
||||
|
||||
asm void dComIfG_play_c::init(void) {
|
||||
nofralloc
|
||||
#include "d/d_com/d_com_inf_game/asm/func_8002B22C.s"
|
||||
}
|
||||
|
||||
void dComIfGp_checkItemGet(u8 param_1, int param_2) {
|
||||
checkItemGet(param_1, param_2);
|
||||
}
|
||||
Reference in New Issue
Block a user