Move custom_gfx.asm to overworld expanded space
This commit is contained in:
@@ -1024,7 +1024,7 @@ PreOverworld_LoadProperties_LoadMain:
|
||||
.no_music_load_needed
|
||||
|
||||
; PLACE CUSTOM GFX LOAD HERE!
|
||||
JSL CheckForChangeGraphicsNormalLoadBoat
|
||||
JSL Oracle_CheckForChangeGraphicsNormalLoadBoat
|
||||
|
||||
RTS
|
||||
}
|
||||
@@ -2211,7 +2211,7 @@ CheckForChangeGraphicsNormalLoad:
|
||||
;JSL DecompOwAnimatedTiles
|
||||
|
||||
; PLACE CUSTOM GFX LOAD HERE!
|
||||
JSL CheckForChangeGraphicsNormalLoadBoat
|
||||
JSL Oracle_CheckForChangeGraphicsNormalLoadBoat
|
||||
|
||||
PLB
|
||||
|
||||
@@ -2262,7 +2262,7 @@ Func0AB8F5:
|
||||
STX.w $012C
|
||||
|
||||
; PLACE CUSTOM GFX LOAD HERE!
|
||||
JSL CheckForChangeGraphicsNormalLoadBoat
|
||||
JSL Oracle_CheckForChangeGraphicsNormalLoadBoat
|
||||
|
||||
RTL
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -58,6 +58,9 @@ print "End of Overworld/time_system.asm ", pc
|
||||
|
||||
incsrc "Overworld/overlays.asm"
|
||||
print "End of Overworld/overlays.asm ", pc
|
||||
|
||||
incsrc "Overworld/custom_gfx.asm"
|
||||
print "End of Overworld/custom_gfx.asm ", pc
|
||||
pushpc
|
||||
|
||||
incsrc "Overworld/world_map.asm"
|
||||
|
||||
Reference in New Issue
Block a user