Add FishingRodGfx and PortalRodGfx to menu_gfx_table

This commit is contained in:
scawful
2024-03-09 08:38:59 -05:00
parent a625d67cb8
commit 890806519c

View File

@@ -1,10 +1,10 @@
; ============================================================================= ; =========================================================
; Item Graphics ; Item Graphics
; Lack of an item will be handled by the "NothingGFX" data ; Lack of an item will be handled by the "NothingGFX" data
; Everything else will be used as follows: ; Everything else will be used as follows:
; dw top left, top right, bottom left, bottom right ; val = 1 ; dw top left, top right, bottom left, bottom right ; val = 1
; dw top left, top right, bottom left, bottom right ; val = 2 ; dw top left, top right, bottom left, bottom right ; val = 2
; ============================================================================= ; =========================================================
NothingGFX: NothingGFX:
dw $20F5, $20F5, $20F5, $20F5 dw $20F5, $20F5, $20F5, $20F5
@@ -137,6 +137,12 @@ SomariaGFX:
ByrnaGFX: ByrnaGFX:
dw $2CDC, $2CDD, $2CEC, $2CED dw $2CDC, $2CDD, $2CEC, $2CED
FishingRodGFX:
dw $2C82, $2C83, $2C8B, $2C8C
PortalRodGFX:
dw $2CF0, $24F1, $30EC, $24F2
; ------------------------------------- ; -------------------------------------
; formerly Magic Cape ; formerly Magic Cape