Decompile more easy_chat

This commit is contained in:
Marcus Huderle 2019-02-22 11:40:32 -06:00 committed by huderlem
parent b105d20d1e
commit d3f66a98ff
4 changed files with 990 additions and 1805 deletions

File diff suppressed because it is too large Load Diff

View File

@ -268,7 +268,14 @@ gUnknown_08597C24:: @ 8597C24
.incbin "graphics/misc/8597C24.gbapal"
gUnknown_08597C30:: @ 8597C30
.byte 0x83, 0x18, 0x04, 0x00, 0x63, 0x18, 0x06, 0x00, 0x03, 0x18, 0x0a, 0x00, 0xa3, 0x18, 0x02, 0x00, 0xb0, 0x0c, 0x02, 0x00, 0x83, 0x18, 0x04, 0x00, 0x89, 0x0c, 0x02, 0x01, 0x65, 0x14, 0x0a, 0x03
.byte 0x83, 0x18, 0x04, 0x00
.byte 0x63, 0x18, 0x06, 0x00
.byte 0x03, 0x18, 0x0a, 0x00
.byte 0xa3, 0x18, 0x02, 0x00
.byte 0xb0, 0x0c, 0x02, 0x00
.byte 0x83, 0x18, 0x04, 0x00
.byte 0x89, 0x0c, 0x02, 0x01
.byte 0x65, 0x14, 0x0a, 0x03
.byte 0x03, 0x18, 0x0a, 0x02
.align 2

View File

@ -4889,5 +4889,8 @@ extern const u16 gFrontierPassMedalsGold_Pal[];
extern const u16 gFrontierPassMedalsSilver_Pal[];
extern const u16 gFrontierPassMapCursor_Pal[];
// Easy Chat Screen
extern const u32 gEasyChatWindow_Gfx[];
extern const u32 gEasyChatWindow_Tilemap[];
#endif //GUARD_GRAPHICS_H

File diff suppressed because it is too large Load Diff