Cleanup todos and add comments to overworld entrances and overlays
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
;Map16Definitions = $0F8000
|
||||
; =========================================================
|
||||
; Custom Entrance Tile Types
|
||||
; Can use eithe vanilla map16 @ $0F8000
|
||||
; Or ZS Expanded @ $3D8000
|
||||
|
||||
Map16Definitions = $3D8000
|
||||
Overworld_DrawMap16_Persist = $1BC97C
|
||||
Overworld_DrawMap16_Anywhere = $1BC983
|
||||
@@ -13,7 +17,6 @@ org $1BBBF4
|
||||
RTL
|
||||
pullpc
|
||||
|
||||
|
||||
Overworld_UseEntranceEntry:
|
||||
{
|
||||
PHB : PHK : PLB
|
||||
|
||||
@@ -26,7 +26,7 @@ org $07866D
|
||||
; 02 - Castle Bridge (OW 1B)
|
||||
; 03 - Tail Palace (OW 2F)
|
||||
; 04 - Goron Mines Entrance (OW 36)
|
||||
; 05 - TODO: Fortress of Secrets (OW 5E)
|
||||
; 05 - Fortress of Secrets (OW 5E)
|
||||
|
||||
CameraCache = $0632
|
||||
|
||||
@@ -86,10 +86,6 @@ RTS
|
||||
|
||||
pullpc
|
||||
|
||||
; Zarby Notes
|
||||
; don't forget to set $C8 to zero (STZ.b $C8)
|
||||
; don't forget to set $B0 to zero (STZ.b $B0)
|
||||
|
||||
ShakeScreen:
|
||||
{
|
||||
REP #$20
|
||||
@@ -665,7 +661,6 @@ Castle_EntranceAnimation:
|
||||
dw Castle_Frame1
|
||||
dw Castle_Frame2
|
||||
dw Castle_RestoreCamera
|
||||
}
|
||||
|
||||
Castle_EndAnimation:
|
||||
{
|
||||
@@ -918,6 +913,7 @@ Castle_Frame3:
|
||||
.wait
|
||||
RTS
|
||||
}
|
||||
}
|
||||
|
||||
; =========================================================
|
||||
|
||||
@@ -1014,6 +1010,8 @@ TailPalace_EntranceAnimation:
|
||||
}
|
||||
}
|
||||
|
||||
; =========================================================
|
||||
|
||||
Goron_EntranceAnimation:
|
||||
{
|
||||
LDA.b $B0 : ASL A : TAX ; x2
|
||||
@@ -1145,7 +1143,7 @@ Goron_EntranceAnimation:
|
||||
RTS
|
||||
}
|
||||
|
||||
|
||||
; =========================================================
|
||||
|
||||
Fortress_EntranceAnimation:
|
||||
{
|
||||
|
||||
@@ -239,6 +239,9 @@ Located in the Mushroom Grotto west of the Maku Tree and Wayward Village
|
||||
- [X] Eon Abyss Variant
|
||||
- [X] Animate mines opening animation
|
||||
|
||||
** DONE Fortress of Secrets Cutscene
|
||||
Should use the Ganons Tower Crystal Cutscene as the base.
|
||||
|
||||
** ACTIVE Fix Minecart mechanics
|
||||
** ACTIVE Collectible Item Quests [2/6]
|
||||
- [ ] Bananas
|
||||
@@ -269,9 +272,6 @@ Located in the Mushroom Grotto west of the Maku Tree and Wayward Village
|
||||
- [ ] Improve fireball attack
|
||||
- [ ] Improve head/neck rotation
|
||||
|
||||
** TODO Fortress of Secrets Cutscene
|
||||
Should use the Ganons Tower Crystal Cutscene as the base.
|
||||
|
||||
** TODO End Credits
|
||||
|
||||
* Timeline
|
||||
|
||||
Reference in New Issue
Block a user