diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/data_080029B4.s | 2 | ||||
| -rw-r--r-- | data/playerItemFunctions.s | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/data_080029B4.s b/data/data_080029B4.s index 08809ee3..d071f13a 100644 --- a/data/data_080029B4.s +++ b/data/data_080029B4.s @@ -4,7 +4,7 @@ .section .rodata .align 2 -gUnk_080029B4:: @ 080029B4 +gSpritePtrs:: @ 080029B4 .incbin "baserom.gba", 0x0029B4, 0x000004C gUnk_08002A00:: @ 08002A00 diff --git a/data/playerItemFunctions.s b/data/playerItemFunctions.s index 6d135e35..5626573b 100644 --- a/data/playerItemFunctions.s +++ b/data/playerItemFunctions.s @@ -26,7 +26,7 @@ /*0x11*/ .4byte Item11 /*0x12*/ .4byte sub_080700E8 /*0x13*/ .4byte sub_080ACF14 -/*0x14*/ .4byte sub_0805FBD0 +/*0x14*/ .4byte Item14 /*0x15*/ .4byte sub_080A306C /*0x16*/ .4byte SwordBeam /*0x17*/ .4byte NulledItem @@ -53,7 +53,7 @@ .4byte Item11 .4byte sub_080700E8 .4byte sub_080ACF14 -.4byte sub_0805FBD0 +.4byte Item14 .4byte sub_080A306C .4byte SwordBeam .4byte NulledItem |
