mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
parent
38cd2155df
commit
7ef31d9889
@ -297,8 +297,8 @@ GetIconGFX:
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
HeldItemIcons:
|
HeldItemIcons:
|
||||||
INCBIN "gfx/icons/mail.2bpp"
|
INCBIN "gfx/stats/mail.2bpp"
|
||||||
INCBIN "gfx/icons/item.2bpp"
|
INCBIN "gfx/stats/item.2bpp"
|
||||||
|
|
||||||
GetIcon_de:
|
GetIcon_de:
|
||||||
; Load icon graphics into VRAM starting from tile de.
|
; Load icon graphics into VRAM starting from tile de.
|
||||||
|
@ -961,7 +961,7 @@ _ComposeMailMessage:
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
.MailIcon:
|
.MailIcon:
|
||||||
INCBIN "gfx/icons/mail_big.2bpp"
|
INCBIN "gfx/naming_screen/mail.2bpp"
|
||||||
|
|
||||||
.initwNamingScreenMaxNameLength
|
.initwNamingScreenMaxNameLength
|
||||||
ld a, MAIL_MSG_LENGTH + 1
|
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
Block a user