mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
add down arrow tiles data
This commit is contained in:
parent
2b1c03dd2e
commit
69f436b393
@ -55,4 +55,10 @@ gFontHalfRowOffsets: @ 82E958C
|
||||
.byte 0x12,0x13,0x14,0x12,0x15,0x16,0x17,0x15,0x18,0x19,0x1a,0x18,0x12,0x13,0x14,0x12
|
||||
.byte 0x00,0x01,0x02,0x00,0x03,0x04,0x05,0x03,0x06,0x07,0x08,0x06,0x00,0x01,0x02,0x00
|
||||
|
||||
.incbin "base_emerald.gba", 0x2e968c
|
||||
gDownArrowTiles: @ 82E968C
|
||||
.incbin "base_emerald.gba", 0x2e968c, 0xc0
|
||||
|
||||
gDarkDownArrowTiles: @ 82E974C
|
||||
.incbin "base_emerald.gba", 0x2e974c, 0xc0
|
||||
|
||||
.incbin "base_emerald.gba", 0x2e980c
|
||||
|
@ -2152,12 +2152,12 @@ _08005560:
|
||||
cmp r0, 0x1
|
||||
beq _08005594
|
||||
_0800558A:
|
||||
ldr r7, =0x082e968c
|
||||
ldr r7, =gDownArrowTiles
|
||||
b _08005596
|
||||
.align 2, 0
|
||||
.pool
|
||||
_08005594:
|
||||
ldr r7, =0x082e974c
|
||||
ldr r7, =gDarkDownArrowTiles
|
||||
_08005596:
|
||||
ldrb r0, [r5, 0x4]
|
||||
ldr r2, =0x082e9d0c
|
||||
@ -2390,12 +2390,12 @@ _0800571A:
|
||||
cmp r0, 0x1
|
||||
beq _08005754
|
||||
_08005748:
|
||||
ldr r6, =0x082e968c
|
||||
ldr r6, =gDownArrowTiles
|
||||
b _08005756
|
||||
.align 2, 0
|
||||
.pool
|
||||
_08005754:
|
||||
ldr r6, =0x082e974c
|
||||
ldr r6, =gDarkDownArrowTiles
|
||||
_08005756:
|
||||
ldr r2, =0x082e9d0c
|
||||
mov r0, r10
|
||||
|
Loading…
Reference in New Issue
Block a user