mirror of
https://github.com/pret/pokeruby.git
synced 2024-11-26 22:40:26 +00:00
pokedex area marker sprite
This commit is contained in:
parent
ba1a824419
commit
87cfe18d33
12
data/data2.s
12
data/data2.s
@ -20777,10 +20777,11 @@ gUnknown_083F857A:: @ 83F857A
|
||||
|
||||
.align 2
|
||||
gUnknown_083F858C:: @ 83F858C
|
||||
obj_tiles 0x083f85dc, 128, 0x0002
|
||||
obj_tiles AreaMarkerTiles, 0x80, 2
|
||||
|
||||
.align 2
|
||||
gUnknown_083F8594:: @ 83F8594
|
||||
.incbin "baserom.gba", 0x003f8594, 0x8
|
||||
obj_pal AreaMarkerPalette, 2
|
||||
|
||||
.align 2
|
||||
gOamData_83F859C:: @ 83F859C
|
||||
@ -20793,7 +20794,12 @@ gSpriteTemplate_83F85A4:: @ 83F85A4
|
||||
spr_template 2, 2, gOamData_83F859C, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy
|
||||
|
||||
.align 2
|
||||
.incbin "baserom.gba", 0x3f85bc, 0xa0
|
||||
AreaMarkerPalette:
|
||||
.incbin "graphics/pokedex/area_marker.gbapal"
|
||||
|
||||
.align 2
|
||||
AreaMarkerTiles:
|
||||
.incbin "graphics/pokedex/area_marker.4bpp"
|
||||
|
||||
.align 2
|
||||
gUnknown_083F865C:: @ 83F865C
|
||||
|
19
graphics/pokedex/area_marker.pal
Normal file
19
graphics/pokedex/area_marker.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
213 180 0
|
||||
0 0 0
|
||||
255 0 0
|
||||
255 49 49
|
||||
255 98 98
|
||||
255 156 156
|
||||
255 205 205
|
||||
255 255 255
|
||||
255 255 49
|
||||
106 255 255
|
||||
172 255 255
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
BIN
graphics/pokedex/area_marker.png
Normal file
BIN
graphics/pokedex/area_marker.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 158 B |
Loading…
Reference in New Issue
Block a user