From 18abda9dca7e38a1dee63ff0d167e1e2601504bf Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Tue, 6 Feb 2018 20:37:54 -0600 Subject: Finish menu.s and eliminate TextColor --- data/berry_tag_screen.s | 2 +- data/link.s | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/berry_tag_screen.s b/data/berry_tag_screen.s index 13078e8e5..cacc023b4 100644 --- a/data/berry_tag_screen.s +++ b/data/berry_tag_screen.s @@ -12,7 +12,7 @@ gUnknown_085EFD00:: @ 85EFD00 .incbin "graphics/interface/berry_tag_screen.gbapal" .align 2 -gUnknown_085EFD20:: @ 85EFD20 struct TextColor +gUnknown_085EFD20:: @ 85EFD20 .byte 0x00, 0x02, 0x03 .byte 0x0F, 0x0E, 0x0D diff --git a/data/link.s b/data/link.s index e458ad5de..39f97644f 100644 --- a/data/link.s +++ b/data/link.s @@ -2004,14 +2004,14 @@ gUnknown_082F06F8:: @ 82F06F8 .4byte gText_ReturnToTitle .align 2 -gUnknown_082F0720:: @ 82F0720 struct TextColor +gUnknown_082F0720:: @ 82F0720 .byte 0x00, 0x01, 0x02 .align 2 .byte 0x00, 0x01, 0x02 .align 2 -gUnknown_082F0728:: @ 82F0728 struct TextColor +gUnknown_082F0728:: @ 82F0728 .byte 0x01, 0x02, 0x03 .align 2 -- cgit v1.2.3