Skip to content

Commit

Permalink
Merge pull request #629 from Reinmmar/FigurineDeviceMessages
Browse files Browse the repository at this point in the history
  • Loading branch information
hytopoulos committed Sep 15, 2023
2 parents 968c0ba + a616ac6 commit 098e61f
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 155 deletions.
12 changes: 6 additions & 6 deletions data/scripts/hyruleTown/script_Carlov2.inc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ script_080146E2:
JumpIf script_0801472E
CheckLocalFlag 0x005f
JumpIf script_08014720
Call sub_08088574
Call FigurineDevice_TryAgainMessage
SetRoomFlag 0x000a
Jump script_0801473C
script_0801472E_2:
Expand Down Expand Up @@ -104,7 +104,7 @@ script_080146C6:
JumpIf script_0801472E
CheckLocalFlag 0x005f
JumpIf script_08014720
Call sub_08088574
Call FigurineDevice_TryAgainMessage
SetRoomFlag 0x0009
Jump script_0801473C
.endif
Expand Down Expand Up @@ -135,7 +135,7 @@ script_08014720:
.else
SetRoomFlag 0x0009
.endif
Call sub_08088504
Call FigurineDevice_NothingNewToDrawMessage
Jump script_0801473C
script_0801472E:
.ifdef EU
Expand All @@ -144,7 +144,7 @@ script_0801472E:
SetRoomFlag 0x0009
.endif
ClearRoomFlag 0x0006
Call sub_08088544
Call FigurineDevice_NewFigurinesMessage
script_0801473C:
CheckTextboxResult
JumpIfNot script_08014770
Expand Down Expand Up @@ -179,9 +179,9 @@ script_0801477A:
CheckRoomFlag 0x0007
JumpIf script_080147A4
script_0801478A:
Call sub_08088478
Call FigurineDevice_NoFigurinesLeftMessage
WaitUntilTextboxCloses
Call sub_080885B0
Call FigurineDevice_LostOrFinishedMessage
WaitPlayerGetItem
SetSyncFlag 0x00000008
Jump script_080147CE
Expand Down
Loading

0 comments on commit 098e61f

Please sign in to comment.