diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-21 18:33:40 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-21 18:33:40 -0400 |
| commit | f680408489f026cce3d1d3344bc3d944a679e5aa (patch) | |
| tree | b6f8e8f945d899e8a5d4fe6e0b8e56931f9b0b7f /constants | |
| parent | 9dee89fae39ce638beed51edbc3f837a6222bd68 (diff) | |
Comment more ROM labels as unreferenced
(Some unreferenced labels are above code which is still used via fallthrough!)
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/map_setup_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/map_setup_constants.asm b/constants/map_setup_constants.asm index b38a3c52..fa3d3596 100644 --- a/constants/map_setup_constants.asm +++ b/constants/map_setup_constants.asm @@ -24,7 +24,7 @@ const map_fade_music_and_palettes ; 06 const map_play_music_bike ; 07 const map_force_music ; 08 - const map_fade_in_music ; 09 + const map_fade_in_to_music ; 09 const map_load_block_data ; 0a const map_load_connection_block_data ; 0b const map_save_screen ; 0c |
