diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-01 15:06:06 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-01 15:06:06 -0500 |
| commit | b2970e75f4d1a7a2bc7ac58a656ffd350a80cf0a (patch) | |
| tree | c4c5ed8bdcbbc6c64adb88d78c6c41c7fd611ff4 /maps/VictoryRoadGate.asm | |
| parent | b54a7b779547dca8d6fbf040faf41f36660f0563 (diff) | |
SCENE_DEFAULT=0 and SCENE_FINISHED=1 (generic constants for a common scene pattern)
Diffstat (limited to 'maps/VictoryRoadGate.asm')
| -rw-r--r-- | maps/VictoryRoadGate.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/VictoryRoadGate.asm b/maps/VictoryRoadGate.asm index 51badeb6b..541008e02 100644 --- a/maps/VictoryRoadGate.asm +++ b/maps/VictoryRoadGate.asm @@ -6,7 +6,7 @@ VictoryRoadGate_MapScripts: db 2 ; scene scripts scene_script .DummyScene0 ; SCENE_DEFAULT - scene_script .DummyScene1 ; SCENE_VICTORYROADGATE_NOTHING + scene_script .DummyScene1 ; SCENE_FINISHED db 0 ; callbacks @@ -38,7 +38,7 @@ VictoryRoadGateBadgeCheckScript: writetext VictoryRoadGateEightBadgesText waitbutton closetext - setscene SCENE_VICTORYROADGATE_NOTHING + setscene SCENE_FINISHED end VictoryRoadGateLeftBlackBeltScript: |
