diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-01 12:40:58 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-01 13:03:21 -0500 |
commit | fcfe77bc3db73afd2001c21ec9cc1cfb1beca20e (patch) | |
tree | 2fe20a614851089b0e22cc2dc0164ee40447ebb6 /maps/LakeOfRage.asm | |
parent | 936a170e0da19cb5bb2ccc325a43a28690230098 (diff) |
Meaningful scene constant names
(Two common patterns: 0=default event and 1=nothing; and 0=nothing and 1=some event)
Diffstat (limited to 'maps/LakeOfRage.asm')
-rw-r--r-- | maps/LakeOfRage.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/LakeOfRage.asm b/maps/LakeOfRage.asm index ff8d33b4f..5808bb37b 100644 --- a/maps/LakeOfRage.asm +++ b/maps/LakeOfRage.asm @@ -60,7 +60,7 @@ UnknownScript_0x70035: disappear LAKEOFRAGE_LANCE clearevent EVENT_MAHOGANY_MART_LANCE_AND_DRAGONITE setevent EVENT_DECIDED_TO_HELP_LANCE - setmapscene MAHOGANY_MART_1F, SCENE_MAHOGANYMART1F_1 + setmapscene MAHOGANY_MART_1F, SCENE_MAHOGANYMART1F_LANCE_UNCOVERS_STAIRS end UnknownScript_0x7004e: |