diff options
| author | djevangelia <263709373+djevangelia@users.noreply.github.com> | 2026-07-09 17:44:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-09 15:44:29 +0000 |
| commit | 50837308b77ed5ddb0dfe86b2b9fbcb0ce71db80 (patch) | |
| tree | 814c86630028cdd6443b30981864a3406ca1c47d /soh/include/functions.h | |
| parent | 3249b963432d66a3e71d1b9feca8aa4ceefccb52 (diff) | |
Decomp, update `z_en_holl.c` (#6890)
Diffstat (limited to 'soh/include/functions.h')
| -rw-r--r-- | soh/include/functions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/soh/include/functions.h b/soh/include/functions.h index d371bdd19..611b55be3 100644 --- a/soh/include/functions.h +++ b/soh/include/functions.h @@ -1238,10 +1238,10 @@ void Room_DrawBackground2D(Gfx** gfxP, void* tex, void* tlut, u16 width, u16 hei u16 tlutCount, f32 offsetX, f32 offsetY); void func_80096FD4(PlayState* play, Room* room); u32 func_80096FE8(PlayState* play, RoomContext* roomCtx); -s32 func_8009728C(PlayState* play, RoomContext* roomCtx, s32 roomNum); +s32 Room_RequestNewRoom(PlayState* play, RoomContext* roomCtx, s32 roomNum); s32 func_800973FC(PlayState* play, RoomContext* roomCtx); void Room_Draw(PlayState* play, Room* room, u32 flags); -void func_80097534(PlayState* play, RoomContext* roomCtx); +void Room_FinishRoomChange(PlayState* play, RoomContext* roomCtx); void Sample_Destroy(GameState* thisx); void Sample_Init(GameState* thisx); void Inventory_ChangeEquipment(s16 equipment, u16 value); |
