mirror of
https://github.com/zeldaret/ph
synced 2026-06-24 09:01:30 -04:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user