smith.c OK

This commit is contained in:
theo3
2020-07-11 22:13:00 -07:00
parent 9753a51b92
commit cdeae36d09
23 changed files with 528 additions and 754 deletions
+4 -1
View File
@@ -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