From b44496319d3027a625fcf876cf22e467720355df Mon Sep 17 00:00:00 2001 From: Aetias <144526980+AetiasHax@users.noreply.github.com> Date: Mon, 4 May 2026 22:07:42 +0200 Subject: ActorShopItem 98% (#151) * ActorShopItem 93% * Fix build * Add missing symbols to usa * Document BMG message ID functions * Create bmg.py for inspecting BMG files * ActorShopItem 98% * Match func_ov031_0217dfec * Port reloc changes to usa * Make `ModelRender::GetLcdcAddress` non-const --- src/09_Adventure/Game/GameModeAdventure.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/09_Adventure/Game/GameModeAdventure.cpp') diff --git a/src/09_Adventure/Game/GameModeAdventure.cpp b/src/09_Adventure/Game/GameModeAdventure.cpp index a7ae24be..859ae790 100644 --- a/src/09_Adventure/Game/GameModeAdventure.cpp +++ b/src/09_Adventure/Game/GameModeAdventure.cpp @@ -142,7 +142,7 @@ ARM unk32 GameModeAdventure::vfunc_08(bool param1) { this->mUnk_00c->func_ov009_021135d0(); this->mUnk_014->func_ov009_0211372c(); - data_027e0e28->func_ov000_0207bc9c(); + data_027e0e28.func_ov000_0207bc9c(); } } -- cgit v1.2.3