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 /engine/events | |
| parent | 9dee89fae39ce638beed51edbc3f837a6222bd68 (diff) | |
Comment more ROM labels as unreferenced
(Some unreferenced labels are above code which is still used via fallthrough!)
Diffstat (limited to 'engine/events')
| -rw-r--r-- | engine/events/std_scripts.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/std_scripts.asm b/engine/events/std_scripts.asm index 0ec1e76c..c21c3347 100644 --- a/engine/events/std_scripts.asm +++ b/engine/events/std_scripts.asm @@ -14,7 +14,7 @@ StdScripts:: add_stdscript TownMapScript add_stdscript WindowScript add_stdscript TVScript - add_stdscript HomepageScript + add_stdscript HomepageScript ; unused add_stdscript Radio1Script add_stdscript Radio2Script add_stdscript TrashCanScript |
