mirror of
https://github.com/zeldaret/tmc
synced 2026-05-31 01:16:04 -04:00
smith.c OK
This commit is contained in:
+4
-1
@@ -22,7 +22,8 @@ typedef struct {
|
||||
u16 bg2xOffset;
|
||||
u16 bg2yOffset;
|
||||
u16 unk;
|
||||
u32 unk2;
|
||||
u16 unk2;
|
||||
u16 unk3;
|
||||
u16 bg3Control;
|
||||
u16 bg3xOffset;
|
||||
u16 bg3yOffset;
|
||||
@@ -67,4 +68,6 @@ typedef struct {
|
||||
BgControls controls;
|
||||
} Screen;
|
||||
|
||||
extern Screen gScreen;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user