Move custom_gfx.asm to overworld expanded space
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
|
||||
org $3F8000
|
||||
CheckForChangeGraphicsNormalLoadBoat:
|
||||
{
|
||||
LDA $8A : CMP.b #$30 : BNE .boat_area
|
||||
@@ -12,8 +11,6 @@ CheckForChangeGraphicsNormalLoadBoat:
|
||||
RTL
|
||||
}
|
||||
|
||||
; ==============================================================================
|
||||
|
||||
ApplyGraphics1:
|
||||
{
|
||||
REP #$20 ; A = 16, XY = 8
|
||||
@@ -54,8 +51,6 @@ ApplyGraphics2:
|
||||
incbin gfx/boat2.bin
|
||||
}
|
||||
|
||||
; ==============================================================================
|
||||
|
||||
ApplyKorokSpriteSheets:
|
||||
{
|
||||
REP #$20 ; A = 16, XY = 8
|
||||
|
||||
Reference in New Issue
Block a user