mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
item graphics labels
This commit is contained in:
parent
795246a93d
commit
d46221aad1
@ -834812,7 +834812,7 @@ GetItemIconPic: ; 81AFFFC
|
||||
bls @081B0022
|
||||
movs r3, 0
|
||||
@081B0022:
|
||||
ldr r2, =gUnknown_08614410
|
||||
ldr r2, =gItemIconTable
|
||||
lsls r0, r1, 2
|
||||
lsls r1, r3, 3
|
||||
adds r0, r1
|
||||
|
15
data/data2.s
15
data/data2.s
@ -10829,8 +10829,11 @@ gUnknown_0861440A: ; 861440A
|
||||
gUnknown_0861440E: ; 861440E
|
||||
.incbin "base_emerald.gba", 0x61440e, 0x2
|
||||
|
||||
gUnknown_08614410: ; 8614410
|
||||
.incbin "base_emerald.gba", 0x614410, 0xbe4
|
||||
; 8614410
|
||||
.include "data/graphics/items/item_icon_table.s"
|
||||
|
||||
; 8614FE0
|
||||
.incbin "base_emerald.gba", 0x614fe0, 0x14
|
||||
|
||||
gUnknown_08614FF4: ; 8614FF4
|
||||
.incbin "base_emerald.gba", 0x614ff4, 0x18
|
||||
@ -12832,7 +12835,13 @@ gUnknown_08DAAF98: ; 8DAAF98
|
||||
.incbin "base_emerald.gba", 0xdaaf98, 0x54
|
||||
|
||||
gUnknown_08DAAFEC: ; 8DAAFEC
|
||||
.incbin "base_emerald.gba", 0xdaafec, 0xf52c
|
||||
.incbin "base_emerald.gba", 0xdaafec, 0x6c
|
||||
|
||||
; 8DAB058
|
||||
.include "data/graphics/items/item_graphics.s"
|
||||
|
||||
; 8DB7AA0
|
||||
.incbin "base_emerald.gba", 0xdb7aa0, 0x2a78
|
||||
|
||||
gUnknown_08DBA518: ; 8DBA518
|
||||
.incbin "base_emerald.gba", 0xdba518, 0xa0
|
||||
|
2354
data/graphics/items/item_graphics.s
Normal file
2354
data/graphics/items/item_graphics.s
Normal file
File diff suppressed because it is too large
Load Diff
1514
data/graphics/items/item_icon_table.s
Normal file
1514
data/graphics/items/item_icon_table.s
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user