diff options
author | YamaArashi <shadow962@live.com> | 2016-10-25 21:01:31 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-25 21:01:31 -0700 |
commit | b0c9dfeca44698e7d19570e912cc1ff458180a6c (patch) | |
tree | 072b4a055d22bd64a286c38998c900e5fd120380 | |
parent | 84037f37f22abb24b91a655461ce353ad4c1f22f (diff) |
Brendan/May icons
-rw-r--r-- | data/data2.s | 19 | ||||
-rw-r--r-- | graphics/pokenav/brendan_icon.pal | 19 | ||||
-rw-r--r-- | graphics/pokenav/brendan_icon.png | bin | 0 -> 222 bytes | |||
-rw-r--r-- | graphics/pokenav/may_icon.pal | 19 | ||||
-rw-r--r-- | graphics/pokenav/may_icon.png | bin | 0 -> 229 bytes |
5 files changed, 51 insertions, 6 deletions
diff --git a/data/data2.s b/data/data2.s index 4da2572a4..bdc5b3242 100644 --- a/data/data2.s +++ b/data/data2.s @@ -22144,11 +22144,12 @@ gSpriteTemplate_83E5A00:: @ 83E5A00 spr_template 0xFFFF, 6, gOamData_83E5970, gSpriteAnimTable_83E5998, gSpriteImageTable_83E59C0, gDummySpriteAffineAnimTable, SpriteCallbackDummy gUnknown_083E5A18:: @ 83E5A18 - .incbin "baserom.gba", 0x003e5a18, 0x4 + .string "{PALETTE 0}$" gUnknown_083E5A1C:: @ 83E5A1C - .incbin "baserom.gba", 0x003e5a1c, 0x4 + .string "▶$" + .align 2 gUnknown_083E5A20:: @ 83E5A20 .incbin "baserom.gba", 0x003E5A20, 0xB0 @@ -22156,23 +22157,29 @@ gUnknown_083E5A20:: @ 83E5A20 gPokenavCursor_Pal:: .incbin "graphics/pokenav/cursor.gbapal" + .align 2 gUnknown_083E5AF0:: @ 83E5AF0 .incbin "graphics/pokenav/cursor_small.4bpp.lz" + .align 2 gUnknown_083E5B34:: @ 83E5B34 .incbin "graphics/pokenav/cursor_large.4bpp.lz" + .align 2 gUnknown_083E5C20:: @ 83E5C20 - .incbin "baserom.gba", 0x003e5c20, 0x20 + .incbin "graphics/pokenav/brendan_icon.gbapal" + .align 2 gUnknown_083E5C40:: @ 83E5C40 - .incbin "baserom.gba", 0x003e5c40, 0x80 + .incbin "graphics/pokenav/brendan_icon.4bpp" + .align 2 gUnknown_083E5CC0:: @ 83E5CC0 - .incbin "baserom.gba", 0x003e5cc0, 0x20 + .incbin "graphics/pokenav/may_icon.gbapal" + .align 2 gUnknown_083E5CE0:: @ 83E5CE0 - .incbin "baserom.gba", 0x003e5ce0, 0x80 + .incbin "graphics/pokenav/may_icon.4bpp" .align 2 gUnknown_083E5D60:: @ 83E5D60 diff --git a/graphics/pokenav/brendan_icon.pal b/graphics/pokenav/brendan_icon.pal new file mode 100644 index 000000000..5aa5d68af --- /dev/null +++ b/graphics/pokenav/brendan_icon.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +16 32 57 +41 57 98 +57 74 123 +123 65 65 +197 65 65 +255 98 90 +0 0 0 +189 156 90 +222 148 115 +255 197 90 +255 197 148 +255 213 180 +222 230 238 +255 255 255 +0 0 0 diff --git a/graphics/pokenav/brendan_icon.png b/graphics/pokenav/brendan_icon.png Binary files differnew file mode 100644 index 000000000..65e358684 --- /dev/null +++ b/graphics/pokenav/brendan_icon.png diff --git a/graphics/pokenav/may_icon.pal b/graphics/pokenav/may_icon.pal new file mode 100644 index 000000000..2f81b350e --- /dev/null +++ b/graphics/pokenav/may_icon.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +74 49 57 +197 65 65 +255 98 90 +205 205 222 +255 255 255 +0 0 0 +123 90 82 +164 106 82 +222 164 148 +255 222 205 +205 131 115 +41 57 65 +98 98 115 +189 156 90 +255 197 90 diff --git a/graphics/pokenav/may_icon.png b/graphics/pokenav/may_icon.png Binary files differnew file mode 100644 index 000000000..886736ad3 --- /dev/null +++ b/graphics/pokenav/may_icon.png |