diff options
-rw-r--r-- | include/text.h | 2 | ||||
-rw-r--r-- | src/berry_tag_screen.c | 1 | ||||
-rw-r--r-- | src/field_camera.c | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/include/text.h b/include/text.h index c629fd6d9..4f52e3cdd 100644 --- a/include/text.h +++ b/include/text.h @@ -134,6 +134,8 @@ extern const struct WindowConfig gWindowConfig_81E725C; extern const struct WindowConfig gWindowConfig_81E7278; extern const struct WindowConfig gWindowConfig_81E7294; +extern u16 gBGTilemapBuffers[4][0x400]; + extern u8 gStringVar1[]; extern u8 gStringVar2[]; extern u8 gStringVar3[]; diff --git a/src/berry_tag_screen.c b/src/berry_tag_screen.c index a5684644c..a0e0a419f 100644 --- a/src/berry_tag_screen.c +++ b/src/berry_tag_screen.c @@ -30,7 +30,6 @@ struct BerryTagStatus }; extern struct Struct2000000 unk_2000000; -extern u16 gBGTilemapBuffers[4][0x400]; extern u8 gUnknown_0203932C; extern struct BerryTagStatus gUnknown_0203932E; extern u16 gScriptItemId; diff --git a/src/field_camera.c b/src/field_camera.c index 607d353d4..72dcbd721 100644 --- a/src/field_camera.c +++ b/src/field_camera.c @@ -7,8 +7,6 @@ #include "sprite.h" #include "text.h" -extern u16 gBGTilemapBuffers[4][0x400]; - extern u8 gUnknown_0202E854; |