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 --- include/System/SysNew.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/System') diff --git a/include/System/SysNew.hpp b/include/System/SysNew.hpp index e488166b..f1696089 100644 --- a/include/System/SysNew.hpp +++ b/include/System/SysNew.hpp @@ -17,8 +17,6 @@ void SysDelete(void *ptr); void *func_0202e99c(s32 length); void *func_0202e9bc(s32 length); -extern u32 *data_027e0ce0[]; - class SysObject { public: static void *operator new(size_t length, u32 *id, u32 idLength); -- cgit v1.2.3