diff options
| author | unknown <pheenoh@gmail.com> | 2020-12-04 00:04:41 -0500 |
|---|---|---|
| committer | unknown <pheenoh@gmail.com> | 2020-12-04 00:04:41 -0500 |
| commit | 3dc3739ebdfb524bf80591a1c612ccccff9ef5a0 (patch) | |
| tree | fd9c6a519b0649d47429a10a6b6e3da4af769024 /src/d/d_com/d_com_inf_game.cpp | |
| parent | 7ec9d6ec287bd96fa49daa2554f8a10c9f430bdc (diff) | |
initial class structure for dComIfG_inf_c
Diffstat (limited to 'src/d/d_com/d_com_inf_game.cpp')
| -rw-r--r-- | src/d/d_com/d_com_inf_game.cpp | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/src/d/d_com/d_com_inf_game.cpp b/src/d/d_com/d_com_inf_game.cpp index 807507a4e6..e4889f8ba5 100644 --- a/src/d/d_com/d_com_inf_game.cpp +++ b/src/d/d_com/d_com_inf_game.cpp @@ -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); }
\ No newline at end of file |
