housekeeping messages, overlays, mermaid

This commit is contained in:
scawful
2024-09-22 20:08:17 -04:00
parent 10466047c8
commit f3aa6f900c
3 changed files with 9 additions and 6 deletions

View File

@@ -27,8 +27,10 @@ org $0ED436
NOP #$06 NOP #$06
org $2F8000 org $2F8000
MessageExpand: MessageExpand:
LDA.b $02 : AND.w #$00FF : CMP.w #$000E : BNE + ; are we already in expanded bank? {
; are we already in expanded bank?
LDA.b $02 : AND.w #$00FF : CMP.w #$000E : BNE +
LDA.w #MessageExpandedData : STA.b $00 LDA.w #MessageExpandedData : STA.b $00
LDA.w #MessageExpandedData>>16 : STA.b $02 LDA.w #MessageExpandedData>>16 : STA.b $02
JML $0ED3FC ; go back to original read message code pointers JML $0ED3FC ; go back to original read message code pointers
@@ -37,6 +39,7 @@ org $2F8000
LDA.w #$DF40 : STA.b $00 LDA.w #$DF40 : STA.b $00
LDA.w #$000E : STA.b $02 LDA.w #$000E : STA.b $02
JML $0ED3FC ; go back to original read message code pointers JML $0ED3FC ; go back to original read message code pointers
}
MessageExpandedData: MessageExpandedData:
Message_18D: Message_18D:

View File

@@ -20,12 +20,12 @@ org $07866D
LDA.b #$1B : STA.b $5D LDA.b #$1B : STA.b $5D
RTL RTL
; ================================================ ; =========================================================
; Overlays $04C6 ; Overlays $04C6
; 01 - Zora Temple (OW 1E) ; 01 - Zora Temple (OW 1E)
; 02 - Castle Bridge (OW 1B) ; 02 - Castle Bridge (OW 1B)
; 03 - Tail Palace (OW 2F) ; 03 - Tail Palace (OW 2F)
; 04 - TODO: Shrines ; 04 - TODO: Goron Mines Entrance
; 05 - TODO: Fortress of Secrets (OW 5E) ; 05 - TODO: Fortress of Secrets (OW 5E)
CameraCache = $0632 CameraCache = $0632
@@ -59,7 +59,7 @@ NewDesertCheck:
LDA.w $0618 : STA.w CameraCache LDA.w $0618 : STA.w CameraCache
SEP #$20 SEP #$20
+ +
JML $07A493 ; returnPos ; do not ! JML $07A493 ; return do not !
} }
pushpc pushpc

View File

@@ -1,5 +1,5 @@
; ========================================================= ; =========================================================
; Mermaid and Maple NPC ; Mermaid, Maple and Librarian NPC
!SPRID = Sprite_Mermaid !SPRID = Sprite_Mermaid
!NbrTiles = 02 ; Number of tiles used in a frame !NbrTiles = 02 ; Number of tiles used in a frame