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 /include/System | |
| 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 'include/System')
| -rw-r--r-- | include/System/SysNew.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
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);
|
