summaryrefslogtreecommitdiff
path: root/engine/events/std_scripts.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-21 18:33:31 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-21 18:33:31 -0400
commitc3c18dd19643ea48170bb3d0c5be5c9fe16e473e (patch)
tree94bb7a5a7438f4d61fdce35144fcae2fa71eaadb /engine/events/std_scripts.asm
parent91774f206e97d67cb8f16f5afeec03ce9c7e28ca (diff)
Comment more ROM labels as unreferenced
(Some unreferenced labels are above code which is still used via fallthrough!)
Diffstat (limited to 'engine/events/std_scripts.asm')
-rw-r--r--engine/events/std_scripts.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/std_scripts.asm b/engine/events/std_scripts.asm
index 3112d40e2..edd596a24 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