mirror of https://github.com/pret/pokecrystal.git
parent
38cd2155df
commit
7ef31d9889
|
@ -297,8 +297,8 @@ GetIconGFX:
|
|||
ret
|
||||
|
||||
HeldItemIcons:
|
||||
INCBIN "gfx/icons/mail.2bpp"
|
||||
INCBIN "gfx/icons/item.2bpp"
|
||||
INCBIN "gfx/stats/mail.2bpp"
|
||||
INCBIN "gfx/stats/item.2bpp"
|
||||
|
||||
GetIcon_de:
|
||||
; Load icon graphics into VRAM starting from tile de.
|
||||
|
|
|
@ -961,7 +961,7 @@ _ComposeMailMessage:
|
|||
ret
|
||||
|
||||
.MailIcon:
|
||||
INCBIN "gfx/icons/mail_big.2bpp"
|
||||
INCBIN "gfx/naming_screen/mail.2bpp"
|
||||
|
||||
.initwNamingScreenMaxNameLength
|
||||
ld a, MAIL_MSG_LENGTH + 1
|
||||
|
|
Before Width: | Height: | Size: 135 B After Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 82 B After Width: | Height: | Size: 82 B |
Before Width: | Height: | Size: 85 B After Width: | Height: | Size: 85 B |
Loading…
Reference in New Issue