diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-12 15:16:23 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-12 15:16:23 -0500 |
commit | 1cb19a03a3c57c85d27495f95483b30ae37f0976 (patch) | |
tree | 0f798841fdf32e9ee4fdee93fb0b43d8cb73fa5b /maps/Route5.asm | |
parent | b676c24aefc3213d844fba9572dcb327be16a4d9 (diff) | |
parent | 8d75f962e45694555b10ac78a3e78e3f53682db0 (diff) |
Merge commit '8d75f96' into master
Mostly sprite stuff.
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 |