1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-03 06:24:30 +00:00

Match ntsc-1.2 z_scene_table.c (#2050)

* Match z_scene_table.c

* Attempt to fix bss ordering

* Forward declare PlayState instead

* Untangle circular includes in z64scene.h
This commit is contained in:
cadmic 2024-08-19 01:24:02 -07:00 committed by GitHub
parent 006a00448d
commit 46a5fa919b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 160 additions and 32 deletions

View file

@ -1,6 +1,8 @@
#ifndef Z64INTERFACE_H
#define Z64INTERFACE_H
#include "z64view.h"
extern u8 _icon_item_staticSegmentRomStart[];
extern u8 _icon_item_24_staticSegmentRomStart[];