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/Route10North.asm | |
parent | 7054bfe71718d5b327bbd3725c82d2431c7fcfb1 (diff) |
Special script annotation, trainer constant enumeration, person-event structure update
Diffstat (limited to 'maps/Route10North.asm')
-rw-r--r-- | maps/Route10North.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/Route10North.asm b/maps/Route10North.asm index bf120445a..19106b3c3 100644 --- a/maps/Route10North.asm +++ b/maps/Route10North.asm @@ -29,8 +29,8 @@ Route10North_MapEventHeader: ; signposts db 2 - signpost 11, 5, $0, PowerPlantSign - signpost 1, 12, $0, Route10PokeCenterSign + signpost 11, 5, SIGNPOST_READ, PowerPlantSign + signpost 1, 12, SIGNPOST_READ, Route10PokeCenterSign ; people-events db 0 |