Rename Dreams directory to Events
This commit is contained in:
@@ -11,7 +11,7 @@ Link_EnterDream:
|
|||||||
|
|
||||||
JSR Link_HandleDreams
|
JSR Link_HandleDreams
|
||||||
|
|
||||||
PLB
|
PLB
|
||||||
|
|
||||||
RTL
|
RTL
|
||||||
}
|
}
|
||||||
@@ -74,7 +74,7 @@ Link_HandleDreams:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
; Takes X as argument for the entrance ID
|
; Takes X as argument for the entrance ID
|
||||||
Link_FallIntoDungeon:
|
Link_FallIntoDungeon:
|
||||||
{
|
{
|
||||||
LDA.w .entrance, X
|
LDA.w .entrance, X
|
||||||
@@ -87,8 +87,8 @@ Link_FallIntoDungeon:
|
|||||||
STZ.b $11 : STZ.b $B0
|
STZ.b $11 : STZ.b $B0
|
||||||
|
|
||||||
RTS
|
RTS
|
||||||
.entrance
|
.entrance
|
||||||
db $78, $79, $01
|
db $78, $79, $01
|
||||||
}
|
}
|
||||||
|
|
||||||
print "End of all_dreams.asm ", pc
|
print "End of all_dreams.asm ", pc
|
||||||
@@ -182,10 +182,10 @@ namespace Oracle
|
|||||||
|
|
||||||
; -------------------------------------------------------
|
; -------------------------------------------------------
|
||||||
|
|
||||||
print " -- Dreams -- "
|
print " -- Events -- "
|
||||||
print ""
|
print ""
|
||||||
|
|
||||||
incsrc "Dreams/all_dreams.asm"
|
incsrc "Events/all_dreams.asm"
|
||||||
|
|
||||||
print ""
|
print ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user