diff options
| author | inspectredc <78732756+inspectredc@users.noreply.github.com> | 2024-04-16 20:31:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-16 12:31:29 -0700 |
| commit | e6ea51bc3dcf69310c5dcdae5b812dc74e628aaf (patch) | |
| tree | 406fc1756035e49f5c5252058b949ba5809e9833 /include/m_handbill.h | |
| parent | 7f426967efd07046bfbe791ed4e64808ae5a26e2 (diff) | |
ac_Fuusen OK and documented (#174)
* ac_Fuusen OK and documented
* add struct offsets
* use null post merge
* fix sym stuff
* suggestions
* act_balloon extracted
* remove fake symbol
* name object enum
* include assets
* fgname enum/macro
Diffstat (limited to 'include/m_handbill.h')
| -rw-r--r-- | include/m_handbill.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_handbill.h b/include/m_handbill.h index 7bf4641..fe15111 100644 --- a/include/m_handbill.h +++ b/include/m_handbill.h @@ -26,8 +26,8 @@ typedef struct HandbillzInfo { //TODO: move these out of the handbill header void Balloon_init(struct Game_Play* game_play); void Balloon_move(struct Game_Play* game_play); -// void func_80092B7C_jp(); -// void func_80092B8C_jp(); +void Balloon_kill(void); +void Balloon_look_up(void); // void func_80092BA0_jp(); // void func_80092BE8_jp(); void mHsRm_GetHuusuiRoom(struct Game* game_play, s32 player_no); |
