add dark world intro spawn config
This commit is contained in:
@@ -46,4 +46,21 @@ incsrc "Overworld/lost_woods.asm"
|
|||||||
print "End of Overworld/lost_woods.asm ", pc
|
print "End of Overworld/lost_woods.asm ", pc
|
||||||
|
|
||||||
incsrc "Overworld/time_system.asm"
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user