housekeeping

This commit is contained in:
scawful
2024-03-09 08:38:45 -05:00
parent df07fd4f65
commit a625d67cb8
6 changed files with 20 additions and 24 deletions

View File

@@ -14,10 +14,7 @@ incsrc "Dungeons/Objects/object_handler.asm"
print "End of object_handler.asm ", pc
incsrc "Dungeons/together_warp_tag.asm"
print "End of together_warp_tag.asm ", pc
incsrc "Dungeons/spike_subtype.asm"
print "End of spike_subtype.asm ", pc
incsrc "Dungeons/house_tag.asm"
print "End of house_tag.asm ", pc

View File

@@ -119,19 +119,21 @@ pushpc
; TODO: Investigate if this is the best way to fix this.
org $028364
#_028364: LDA.b #$00 ; Fixed color RGB: #808000
#_028366: STA.b $9C
{
#_028364: LDA.b #$00 ; Fixed color RGB: #808000
#_028366: STA.b $9C
#_028368: LDA.b #$00
#_02836A: STA.b $9D
#_028368: LDA.b #$00
#_02836A: STA.b $9D
#_02836C: LDA.b #$00
#_02836E: STA.b $9E
#_028370: LDA.b #$00
#_028372: STA.l $7EC005
#_028376: STA.l $7EC006
#_02836C: LDA.b #$00
#_02836E: STA.b $9E
#_028370: LDA.b #$00
#_028372: STA.l $7EC005
#_028376: STA.l $7EC006
#_02837A: JSL $079A2C ; Link_TuckIntoBed
#_02837A: JSL $079A2C ; Link_TuckIntoBed
}
; =========================================================
; Dying Uncle Code Hook

View File

@@ -45,4 +45,6 @@ LDA $0D40, X : EOR.b #$FF : INC A : STA $0D40, X
LDA.b #$05 : JSL $0DBB7C ; Sound_SetSfx2PanLong
RTL
print "End of spike_subtype.asm ", pc
pushpc

View File

@@ -25,7 +25,6 @@ org $01CC5A
; ==============================================================================
pullpc ; Bank 0x2C
print "Warp Tag", pc
WarpTag:
{
PHX
@@ -44,6 +43,7 @@ WarpTag:
PLX
JML WarpTag_Return
}
print "End of together_warp_tag.asm ", pc
pushpc
; ==============================================================================