Dump map object graphics info, 1
This commit is contained in:
+2
-2
@@ -2774,14 +2774,14 @@ _0805F2E0:
|
||||
bls _0805F2E6
|
||||
movs r1, 0x10
|
||||
_0805F2E6:
|
||||
ldr r0, _0805F2F4 @ =gUnknown_839FDB0
|
||||
ldr r0, _0805F2F4 @ =gMapObjectGraphicsInfoPointers
|
||||
lsls r1, 2
|
||||
adds r1, r0
|
||||
ldr r0, [r1]
|
||||
pop {r1}
|
||||
bx r1
|
||||
.align 2, 0
|
||||
_0805F2F4: .4byte gUnknown_839FDB0
|
||||
_0805F2F4: .4byte gMapObjectGraphicsInfoPointers
|
||||
thumb_func_end GetFieldObjectGraphicsInfo
|
||||
|
||||
thumb_func_start FieldObjectHandleDynamicGraphicsId
|
||||
|
||||
BIN
Binary file not shown.
+2363
-6
File diff suppressed because it is too large
Load Diff
+5
-5
@@ -2589,7 +2589,7 @@ gFile_graphics_battle_anims_sprites_257_palette:: @ 8D2FB94
|
||||
|
||||
.align 2
|
||||
gUnknown_8D2FBB4:: @ 8D2FBB4
|
||||
.incbin "baserom.gba", 0xD2FBB4, 0x20
|
||||
.incbin "graphics/interface/unk_8D2FBB4.gbapal"
|
||||
|
||||
.align 2
|
||||
gMonFrontPic_Bulbasaur:: @ 8D2FBD4
|
||||
@@ -7724,7 +7724,7 @@ gMonIcon_Heracross:: @ 8DC21A0
|
||||
.incbin "graphics/pokemon/heracross/icon.4bpp"
|
||||
|
||||
gUnknown_heracross_icon:: @ 8DC25A0
|
||||
.incbin "baserom.gba", 0xDC25A0, 0x400
|
||||
.incbin "graphics/pokemon/heracross/unk_icon.4bpp"
|
||||
|
||||
.align 2
|
||||
gMonFootprint_Heracross:: @ 8DC29A0
|
||||
@@ -13936,13 +13936,13 @@ gUnknown_8E83604:: @ 8E83604
|
||||
.incbin "baserom.gba", 0xE83604, 0x28
|
||||
|
||||
gUnknown_8E8362C:: @ 8E8362C
|
||||
.incbin "baserom.gba", 0xE8362C, 0x790
|
||||
.incbin "graphics/interface/unk_8E8362C.4bpp.lz"
|
||||
|
||||
gUnknown_8E83DBC:: @ 8E83DBC
|
||||
.incbin "baserom.gba", 0xE83DBC, 0x7A4
|
||||
.incbin "graphics/interface/unk_8E83DBC.4bpp.lz"
|
||||
|
||||
gUnknown_8E84560:: @ 8E84560
|
||||
.incbin "baserom.gba", 0xE84560, 0x28
|
||||
.incbin "graphics/interface/unk_8E84560.gbapal.lz"
|
||||
|
||||
.align 2
|
||||
gFile_graphics_interface_bag_swap_sheet:: @ 8E84588
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
238 222 0
|
||||
255 246 139
|
||||
255 148 0
|
||||
255 238 115
|
||||
238 0 0
|
||||
246 222 156
|
||||
32 32 32
|
||||
222 222 222
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
82 205 180
|
||||
255 246 180
|
||||
255 230 123
|
||||
238 205 98
|
||||
213 172 98
|
||||
65 74 106
|
||||
123 123 123
|
||||
90 90 90
|
||||
172 172 172
|
||||
164 123 65
|
||||
255 255 255
|
||||
222 106 0
|
||||
189 74 0
|
||||
131 41 0
|
||||
213 222 230
|
||||
230 238 246
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 306 B |
Binary file not shown.
|
After Width: | Height: | Size: 337 B |
@@ -515,3 +515,6 @@ POKEDEXAREAMARKERFILES := \
|
||||
|
||||
$(POKEDEXAREAMARKERSDATADIR)/marker.4bpp: $(POKEDEXAREAMARKERFILES)
|
||||
cat $^ > $@
|
||||
|
||||
graphics/pokemon/heracross/unk_icon.4bpp: %.4bpp: %.png
|
||||
$(GFX) $< $@ -mwidth 4 -mheight 4
|
||||
|
||||
Reference in New Issue
Block a user