Add FishingRodGfx and PortalRodGfx to menu_gfx_table
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user