diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2026-05-04 22:07:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-04 22:07:42 +0200 |
| commit | b44496319d3027a625fcf876cf22e467720355df (patch) | |
| tree | 4eff75d3a7855824487f1e87c99394640fb3387d /src/09_Adventure/Game | |
| parent | fe6681a298f089c5bbbee077ad9c06dc801df476 (diff) | |
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
Diffstat (limited to 'src/09_Adventure/Game')
| -rw-r--r-- | src/09_Adventure/Game/GameModeAdventure.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } } |
