Cleanup todos and add comments to overworld entrances and overlays

This commit is contained in:
scawful
2024-12-02 19:57:41 -05:00
parent db4e6185d6
commit 36a78555fd
3 changed files with 257 additions and 256 deletions

View File

@@ -1,4 +1,8 @@
;Map16Definitions = $0F8000 ; =========================================================
; Custom Entrance Tile Types
; Can use eithe vanilla map16 @ $0F8000
; Or ZS Expanded @ $3D8000
Map16Definitions = $3D8000 Map16Definitions = $3D8000
Overworld_DrawMap16_Persist = $1BC97C Overworld_DrawMap16_Persist = $1BC97C
Overworld_DrawMap16_Anywhere = $1BC983 Overworld_DrawMap16_Anywhere = $1BC983
@@ -13,7 +17,6 @@ org $1BBBF4
RTL RTL
pullpc pullpc
Overworld_UseEntranceEntry: Overworld_UseEntranceEntry:
{ {
PHB : PHK : PLB PHB : PHK : PLB

View File

@@ -26,7 +26,7 @@ org $07866D
; 02 - Castle Bridge (OW 1B) ; 02 - Castle Bridge (OW 1B)
; 03 - Tail Palace (OW 2F) ; 03 - Tail Palace (OW 2F)
; 04 - Goron Mines Entrance (OW 36) ; 04 - Goron Mines Entrance (OW 36)
; 05 - TODO: Fortress of Secrets (OW 5E) ; 05 - Fortress of Secrets (OW 5E)
CameraCache = $0632 CameraCache = $0632
@@ -86,10 +86,6 @@ RTS
pullpc 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: ShakeScreen:
{ {
REP #$20 REP #$20
@@ -665,7 +661,6 @@ Castle_EntranceAnimation:
dw Castle_Frame1 dw Castle_Frame1
dw Castle_Frame2 dw Castle_Frame2
dw Castle_RestoreCamera dw Castle_RestoreCamera
}
Castle_EndAnimation: Castle_EndAnimation:
{ {
@@ -918,6 +913,7 @@ Castle_Frame3:
.wait .wait
RTS RTS
} }
}
; ========================================================= ; =========================================================
@@ -1014,6 +1010,8 @@ TailPalace_EntranceAnimation:
} }
} }
; =========================================================
Goron_EntranceAnimation: Goron_EntranceAnimation:
{ {
LDA.b $B0 : ASL A : TAX ; x2 LDA.b $B0 : ASL A : TAX ; x2
@@ -1145,7 +1143,7 @@ Goron_EntranceAnimation:
RTS RTS
} }
; =========================================================
Fortress_EntranceAnimation: Fortress_EntranceAnimation:
{ {

View File

@@ -239,6 +239,9 @@ Located in the Mushroom Grotto west of the Maku Tree and Wayward Village
- [X] Eon Abyss Variant - [X] Eon Abyss Variant
- [X] Animate mines opening animation - [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 Fix Minecart mechanics
** ACTIVE Collectible Item Quests [2/6] ** ACTIVE Collectible Item Quests [2/6]
- [ ] Bananas - [ ] Bananas
@@ -269,9 +272,6 @@ Located in the Mushroom Grotto west of the Maku Tree and Wayward Village
- [ ] Improve fireball attack - [ ] Improve fireball attack
- [ ] Improve head/neck rotation - [ ] Improve head/neck rotation
** TODO Fortress of Secrets Cutscene
Should use the Ganons Tower Crystal Cutscene as the base.
** TODO End Credits ** TODO End Credits
* Timeline * Timeline