diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-16 18:10:10 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-16 18:10:10 -0400 |
commit | 894955f9d922de5fc33e6c0aa7af9795dbcbc158 (patch) | |
tree | 67dd99bdc03ba493937ed00876d5cd0229a83369 /maps/Route16.asm | |
parent | 7054bfe71718d5b327bbd3725c82d2431c7fcfb1 (diff) |
Special script annotation, trainer constant enumeration, person-event structure update
Diffstat (limited to 'maps/Route16.asm')
-rw-r--r-- | maps/Route16.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/Route16.asm b/maps/Route16.asm index 80dd4a4cd..5214e4bb9 100644 --- a/maps/Route16.asm +++ b/maps/Route16.asm @@ -48,7 +48,7 @@ Route16_MapEventHeader: ; signposts db 1 - signpost 5, 5, $0, MapRoute16Signpost0Script + signpost 5, 5, SIGNPOST_READ, MapRoute16Signpost0Script ; people-events db 0 |