Add dialogue to twinrova, set bombable floor room for maiden intro
This commit is contained in:
@@ -173,11 +173,14 @@ Sprite_Twinrova_Main:
|
|||||||
|
|
||||||
; -------------------------------------------------------
|
; -------------------------------------------------------
|
||||||
; 0x00
|
; 0x00
|
||||||
; TODO: Play the cutscene and transition from Maiden sprite
|
|
||||||
Twinrova_Init:
|
Twinrova_Init:
|
||||||
{
|
{
|
||||||
%GotoAction(01)
|
%ShowUnconditionalMessage($123)
|
||||||
RTS
|
LDA.w SprTimerD, X : BNE +
|
||||||
|
LDA.b #$20 : STA.w SprTimerD, X
|
||||||
|
%GotoAction(1)
|
||||||
|
+
|
||||||
|
RTS
|
||||||
}
|
}
|
||||||
|
|
||||||
; -------------------------------------------------------
|
; -------------------------------------------------------
|
||||||
@@ -1282,6 +1285,11 @@ SpritePrep_Blind_PrepareBattle:
|
|||||||
|
|
||||||
warnpc $1DA0B1
|
warnpc $1DA0B1
|
||||||
|
|
||||||
|
org $01B3E1
|
||||||
|
RoomDraw_BombableFloor:
|
||||||
|
LDA.b $A0
|
||||||
|
CMP.w #$00AD
|
||||||
|
|
||||||
; =========================================================
|
; =========================================================
|
||||||
; TODO: Decide if we want to use this garnish in the fight.
|
; TODO: Decide if we want to use this garnish in the fight.
|
||||||
; Currently unused.
|
; Currently unused.
|
||||||
@@ -1346,7 +1354,7 @@ BlindLaser_SpawnTrailGarnish:
|
|||||||
PLX
|
PLX
|
||||||
|
|
||||||
.exit
|
.exit
|
||||||
RTS
|
RTL
|
||||||
}
|
}
|
||||||
|
|
||||||
pullpc
|
pullpc
|
||||||
|
|||||||
Reference in New Issue
Block a user