diff options
author | yenatch <yenatch@gmail.com> | 2013-08-03 16:34:51 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-03 16:34:51 -0400 |
commit | a2242e1b9d95dcaf21ecdb5ae27a497c6ee6c27a (patch) | |
tree | a30798efa48b616dc655387ba8f3c1cdd8afd466 /maps/Route5.asm | |
parent | bb8990dc3cb19787e08c29409cfc674e2478fbc9 (diff) | |
parent | 0ee006a145dbe45a8844ad2dc6d8bf04b51f63bc (diff) |
Merge branch 'sprites'
Diffstat (limited to 'maps/Route5.asm')
-rw-r--r-- | maps/Route5.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/Route5.asm b/maps/Route5.asm index cbc7356a7..212beb4ad 100644 --- a/maps/Route5.asm +++ b/maps/Route5.asm @@ -6,7 +6,7 @@ Route5_MapScriptHeader: ; 0x1adb17 db 0 ; 0x1adb19 -UnknownScript_0x1adb19: ; 0x1adb19 +PokefanMScript_0x1adb19: ; 0x1adb19 jumptextfaceplayer UnknownText_0x1adb22 ; 0x1adb1c @@ -58,6 +58,6 @@ Route5_MapEventHeader: ; 0x1adbc7 ; people-events db 1 - person_event $2d, 20, 21, $6, $0, 255, 255, $80, 0, UnknownScript_0x1adb19, $0771 + person_event SPRITE_POKEFAN_M, 20, 21, $6, $0, 255, 255, $80, 0, PokefanMScript_0x1adb19, $0771 ; 0x1adbf8 |