mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
Decompile more easy_chat
This commit is contained in:
parent
b105d20d1e
commit
d3f66a98ff
1799
asm/easy_chat.s
1799
asm/easy_chat.s
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
@ -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
|
||||
|
984
src/easy_chat.c
984
src/easy_chat.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user