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/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/types.h') diff --git a/include/types.h b/include/types.h index b5ca70bb..bcdc63b0 100644 --- a/include/types.h +++ b/include/types.h @@ -36,5 +36,6 @@ typedef s32 bool; #define CEIL_DIV(a, b) (((a) + (b) - 1) / (b)) #define UNK_PTR unk32 * +#define PAD(start, end) unk8 pad_##start[end - start] #endif -- cgit v1.2.3