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/VioletGym.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/VioletGym.asm')
-rw-r--r-- | maps/VioletGym.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/VioletGym.asm b/maps/VioletGym.asm index 3c165b39f..184a5783a 100644 --- a/maps/VioletGym.asm +++ b/maps/VioletGym.asm @@ -34,7 +34,7 @@ FalknerScript_0x683c2: iftrue .SpeechAfterTM setevent EVENT_BEAT_BIRD_KEEPER_ROD setevent EVENT_BEAT_BIRD_KEEPER_ABE - setmapscene ELMS_LAB, SCENE_ELMSLAB_2 + setmapscene ELMS_LAB, SCENE_ELMSLAB_NOTHING specialphonecall SPECIALCALL_ASSISTANT writetext UnknownText_0x685c8 buttonsound |