pngs in gfx/mail
3
Makefile
@ -124,6 +124,9 @@ gfx/shrink%.2bpp: gfx/shrink%.png
|
||||
gfx/trainers/%.2bpp: gfx/trainers/%.png
|
||||
rgbgfx -h -o $@ $<
|
||||
|
||||
gfx/mail/%.1bpp: gfx/mail/%.png
|
||||
rgbgfx -d1 -o $@ $<
|
||||
tools/gfx -d1 --remove-whitespace -o $@ $@
|
||||
|
||||
%.bin: ;
|
||||
%.blk: ;
|
||||
|
60
gfx/mail.asm
@ -226,7 +226,7 @@ LoadEonMailGFX: ; b93d2
|
||||
ld de, EonMailBorder1GFX
|
||||
ld c, 1 * 8
|
||||
call LoadMailGFX_Color2
|
||||
ld de, EonMailBorder3GFX
|
||||
ld de, SurfMailBorderGFX + 6 * 8
|
||||
ld c, 1 * 8
|
||||
call LoadMailGFX_Color2
|
||||
ld de, MailEeveeGFX
|
||||
@ -329,15 +329,15 @@ LoadMorphMailGFX: ; b94d6
|
||||
ld hl, VTiles2 tile $31
|
||||
ld bc, 5 * 8
|
||||
call MailGFX_GenerateMonochromeTilesColor2
|
||||
ld de, MorphMailBorderCornerGFX + 3 * 8
|
||||
ld c, 1 * 8
|
||||
call LoadMailGFX_Color2
|
||||
ld de, MorphMailBorderCornerGFX
|
||||
ld c, 1 * 8
|
||||
call LoadMailGFX_Color2
|
||||
ld de, MorphMailBorderGFX
|
||||
ld c, 1 * 8
|
||||
call LoadMailGFX_Color2
|
||||
ld de, MorphMailBorderCorner1GFX
|
||||
ld c, 1 * 8
|
||||
call LoadMailGFX_Color2
|
||||
ld de, MorphMailBorderCorner2GFX
|
||||
ld c, 1 * 8
|
||||
call LoadMailGFX_Color2
|
||||
ld de, EonMailBorder1GFX
|
||||
ld c, 1 * 8
|
||||
call LoadMailGFX_Color1
|
||||
@ -418,16 +418,16 @@ LoadBlueSkyMailGFX: ; b9582
|
||||
ld de, MailCloudGFX
|
||||
ld c, 6 * 8
|
||||
call LoadMailGFX_Color1
|
||||
ld de, FlowerMailSenderUnderlineGFX
|
||||
ld de, FlowerMailBorderGFX + 6 * 8
|
||||
ld c, 1 * 8
|
||||
call LoadMailGFX_Color1
|
||||
ld de, MailCloudGFX
|
||||
ld c, 1 * 8
|
||||
call LoadMailGFX_Color1
|
||||
ld de, MailCloud2GFX
|
||||
ld de, MailCloudGFX + 2 * 8
|
||||
ld c, 2 * 8
|
||||
call LoadMailGFX_Color1
|
||||
ld de, MailCloud3GFX
|
||||
ld de, MailCloudGFX + 5 * 8
|
||||
ld c, 1 * 8
|
||||
call LoadMailGFX_Color1
|
||||
|
||||
@ -497,10 +497,10 @@ LoadFlowerMailGFX: ; b963e
|
||||
ld de, MailOddishGFX
|
||||
ld c, 4 * 8
|
||||
call LoadMailGFX_Color3
|
||||
ld de, FlowerMailSenderUnderlineGFX
|
||||
ld de, FlowerMailBorderGFX + 6 * 8
|
||||
ld c, 1 * 8
|
||||
call LoadMailGFX_Color2
|
||||
ld de, FlowerMailLargeFlowerGFX
|
||||
ld de, FlowerMailFlowerGFX
|
||||
ld c, 4 * 8
|
||||
call LoadMailGFX_Color1
|
||||
ld c, 4 * 8
|
||||
@ -580,7 +580,7 @@ LoadMusicMailGFX: ; b9710
|
||||
ld de, MusicMailBorderGFX
|
||||
ld c, 4 * 8
|
||||
call LoadMailGFX_Color2
|
||||
ld de, MorphMailBorderCorner2GFX
|
||||
ld de, MorphMailBorderGFX
|
||||
ld c, 2 * 8
|
||||
call LoadMailGFX_Color2
|
||||
ld de, MailNatuGFX
|
||||
@ -628,10 +628,10 @@ LoadMirageMailGFX: ; b9776
|
||||
ld de, MailMewGFX
|
||||
ld c, 18 * 8
|
||||
call LoadMailGFX_Color2
|
||||
ld de, MirageMailTopDividerGFX
|
||||
ld de, LiteBlueMailBorderGFX + 1 * 8
|
||||
ld c, 1 * 8
|
||||
call LoadMailGFX_Color1
|
||||
ld de, MirageMailBottomDividerGFX
|
||||
ld de, LiteBlueMailBorderGFX + 6 * 8
|
||||
ld c, 1 * 8
|
||||
call LoadMailGFX_Color1
|
||||
|
||||
@ -947,7 +947,7 @@ INCBIN "gfx/mail/0b992e.1bpp"
|
||||
PortraitMailSmallPokeballGFX: ; b9936
|
||||
INCBIN "gfx/mail/0b9936.1bpp"
|
||||
|
||||
MorphMailBorderCorner2GFX: ; b993e
|
||||
MorphMailBorderGFX: ; b993e
|
||||
INCBIN "gfx/mail/0b993e.1bpp"
|
||||
|
||||
MusicMailSmallNoteGFX: ; b9946
|
||||
@ -1016,20 +1016,14 @@ INCBIN "gfx/mail/0b9c3e.1bpp"
|
||||
LovelyMailLargeHeartGFX: ; b9c5e
|
||||
INCBIN "gfx/mail/0b9c5e.1bpp"
|
||||
|
||||
MorphMailBorderCorner1GFX: ; b9c7e
|
||||
MorphMailBorderCornerGFX: ; b9c7e
|
||||
INCBIN "gfx/mail/0b9c7e.1bpp"
|
||||
|
||||
MorphMailBorderGFX: ; b9c96
|
||||
INCBIN "gfx/mail/0b9c96.1bpp"
|
||||
|
||||
MailLargeCircleGFX: ; b9c9e
|
||||
INCBIN "gfx/mail/0b9c9e.1bpp"
|
||||
|
||||
FlowerMailLargeFlowerGFX: ; b9cbe
|
||||
FlowerMailFlowerGFX: ; b9cbe
|
||||
INCBIN "gfx/mail/0b9cbe.1bpp"
|
||||
|
||||
FlowerMailSmallFlowerGFX: ; b9cde
|
||||
; indirectly referenced
|
||||
INCBIN "gfx/mail/0b9cde.1bpp"
|
||||
|
||||
MusicMailLargeNoteGFX: ; b9cfe
|
||||
@ -1038,33 +1032,15 @@ INCBIN "gfx/mail/0b9cfe.1bpp"
|
||||
MailCloudGFX: ; b9d16
|
||||
INCBIN "gfx/mail/0b9d16.1bpp"
|
||||
|
||||
MailCloud2GFX: ; b9d26
|
||||
INCBIN "gfx/mail/0b9d26.1bpp"
|
||||
|
||||
MailCloud3GFX: ; b9d3e
|
||||
INCBIN "gfx/mail/0b9d3e.1bpp"
|
||||
|
||||
SurfMailBorderGFX: ; b9d46
|
||||
INCBIN "gfx/mail/0b9d46.1bpp"
|
||||
|
||||
EonMailBorder3GFX: ; b9d76
|
||||
INCBIN "gfx/mail/0b9d76.1bpp"
|
||||
|
||||
FlowerMailBorderGFX: ; b9d86
|
||||
INCBIN "gfx/mail/0b9d86.1bpp"
|
||||
|
||||
FlowerMailSenderUnderlineGFX: ; b9db6
|
||||
INCBIN "gfx/mail/0b9db6.1bpp"
|
||||
|
||||
LiteBlueMailBorderGFX: ; b9dc6
|
||||
INCBIN "gfx/mail/0b9dc6.1bpp"
|
||||
|
||||
MirageMailTopDividerGFX: ; b9dce
|
||||
INCBIN "gfx/mail/0b9dce.1bpp"
|
||||
|
||||
MirageMailBottomDividerGFX: ; b9df6
|
||||
INCBIN "gfx/mail/0b9df6.1bpp"
|
||||
|
||||
MusicMailBorderGFX: ; b9e06
|
||||
INCBIN "gfx/mail/0b9e06.1bpp"
|
||||
|
||||
|
BIN
gfx/mail/0b9926.png
Normal file
After Width: | Height: | Size: 74 B |
@ -1 +0,0 @@
|
||||
圚Lm}<7D><>
|
BIN
gfx/mail/0b992e.png
Normal file
After Width: | Height: | Size: 84 B |
@ -1 +0,0 @@
|
||||
<~ηΫη~<
|
BIN
gfx/mail/0b9936.png
Normal file
After Width: | Height: | Size: 86 B |
BIN
gfx/mail/0b993e.png
Normal file
After Width: | Height: | Size: 76 B |
@ -1 +0,0 @@
|
||||
p<>
|
BIN
gfx/mail/0b9946.png
Normal file
After Width: | Height: | Size: 86 B |
BIN
gfx/mail/0b994e.png
Normal file
After Width: | Height: | Size: 91 B |
BIN
gfx/mail/0b995e.png
Normal file
After Width: | Height: | Size: 74 B |
BIN
gfx/mail/0b9966.png
Normal file
After Width: | Height: | Size: 80 B |
BIN
gfx/mail/0b996e.png
Normal file
After Width: | Height: | Size: 84 B |
BIN
gfx/mail/0b9976.png
Normal file
After Width: | Height: | Size: 88 B |
BIN
gfx/mail/0b997e.png
Normal file
After Width: | Height: | Size: 84 B |
@ -1 +0,0 @@
|
||||
<~<7E><><EFBFBD><EFBFBD>~<
|
BIN
gfx/mail/0b998e.png
Normal file
After Width: | Height: | Size: 77 B |
BIN
gfx/mail/0b9996.png
Normal file
After Width: | Height: | Size: 121 B |
BIN
gfx/mail/0b99c6.png
Normal file
After Width: | Height: | Size: 131 B |
BIN
gfx/mail/0b99f6.png
Normal file
After Width: | Height: | Size: 136 B |
BIN
gfx/mail/0b9a26.png
Normal file
After Width: | Height: | Size: 117 B |
BIN
gfx/mail/0b9a56.png
Normal file
After Width: | Height: | Size: 128 B |
BIN
gfx/mail/0b9a86.png
Normal file
After Width: | Height: | Size: 120 B |
BIN
gfx/mail/0b9ab6.png
Normal file
After Width: | Height: | Size: 230 B |
BIN
gfx/mail/0b9b46.png
Executable file
After Width: | Height: | Size: 393 B |
BIN
gfx/mail/0b9bce.png
Normal file
After Width: | Height: | Size: 116 B |
@ -1 +0,0 @@
|
||||
僈Km}<7D><>惾<EFBFBD><E683BE><EFBFBD><EFBFBD>
|
BIN
gfx/mail/0b9bee.png
Normal file
After Width: | Height: | Size: 92 B |
BIN
gfx/mail/0b9bfe.png
Normal file
After Width: | Height: | Size: 119 B |
BIN
gfx/mail/0b9c1e.png
Normal file
After Width: | Height: | Size: 118 B |
BIN
gfx/mail/0b9c3e.png
Normal file
After Width: | Height: | Size: 110 B |
BIN
gfx/mail/0b9c5e.png
Normal file
After Width: | Height: | Size: 112 B |
BIN
gfx/mail/0b9c7e.png
Executable file
After Width: | Height: | Size: 221 B |
BIN
gfx/mail/0b9c9e.png
Normal file
After Width: | Height: | Size: 103 B |
BIN
gfx/mail/0b9cbe.png
Normal file
After Width: | Height: | Size: 112 B |
BIN
gfx/mail/0b9cde.png
Normal file
After Width: | Height: | Size: 106 B |
BIN
gfx/mail/0b9cfe.png
Executable file
After Width: | Height: | Size: 220 B |
BIN
gfx/mail/0b9d16.png
Executable file
After Width: | Height: | Size: 220 B |
BIN
gfx/mail/0b9d46.png
Executable file
After Width: | Height: | Size: 287 B |
BIN
gfx/mail/0b9d86.png
Executable file
After Width: | Height: | Size: 310 B |
@ -1 +0,0 @@
|
||||
<EFBFBD><EFBFBD>肋行行
|
BIN
gfx/mail/0b9dc6.png
Executable file
After Width: | Height: | Size: 292 B |
BIN
gfx/mail/0b9e06.png
Normal file
After Width: | Height: | Size: 107 B |
@ -1 +0,0 @@
|
||||
<EFBFBD>Γ™¥¥™Γ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ηΓΓη<ώώσαασώώ<ηΓΓη<CE93><CEB7><EFBFBD>Ο‡‡Ο
|
BIN
gfx/mail/0b9e26.png
Normal file
After Width: | Height: | Size: 121 B |
BIN
gfx/mail/0b9e4e.png
Normal file
After Width: | Height: | Size: 93 B |