add dark world intro spawn config

This commit is contained in:
scawful
2024-05-29 23:38:35 -04:00
parent 3b39e0d9c7
commit de2ea7116e

View File

@@ -46,4 +46,21 @@ incsrc "Overworld/lost_woods.asm"
print "End of Overworld/lost_woods.asm ", pc
incsrc "Overworld/time_system.asm"
print "End of Overworld/time_system.asm ", pc
print "End of Overworld/time_system.asm ", pc
pullpc
LoadDarkWorldIntro:
{
LDA.l $7EF3C7 : CMP.b #$06 : BNE .not_done
STZ.w $1B
LDA.b #$40 : STA.l $7EF3CA
RTL
.not_done
LDA.l $7EF3CA
RTL
}
pushpc
org $028192
JSL LoadDarkWorldIntro