diff options
author | yenatch <yenatch@gmail.com> | 2013-07-12 17:06:11 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-07-12 17:06:11 -0400 |
commit | 4ac88d6cdcc9d579a2a180d91401c49dc8086265 (patch) | |
tree | 48d816aa0dfa0dd7394edbc8f760eab219bc0131 /maps/Route2Gate.asm | |
parent | 5f6d69fdd3a0b1ba4ab2dd64e26fb0b89efb77c5 (diff) |
sprite constants in map events
Diffstat (limited to 'maps/Route2Gate.asm')
-rw-r--r-- | maps/Route2Gate.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/Route2Gate.asm b/maps/Route2Gate.asm index 4d416de8e..d582543a0 100644 --- a/maps/Route2Gate.asm +++ b/maps/Route2Gate.asm @@ -6,7 +6,7 @@ Route2Gate_MapScriptHeader: ; 0x9b950 db 0 ; 0x9b952 -UnknownScript_0x9b952: ; 0x9b952 +ScientistScript_0x9b952: ; 0x9b952 jumptextfaceplayer UnknownText_0x9b955 ; 0x9b955 @@ -40,6 +40,6 @@ Route2Gate_MapEventHeader: ; 0x9b9ca ; people-events db 1 - person_event $3c, 8, 10, $4, $20, 255, 255, $90, 0, UnknownScript_0x9b952, $ffff + person_event SPRITE_SCIENTIST, 8, 10, $4, $20, 255, 255, $90, 0, ScientistScript_0x9b952, $ffff ; 0x9b9f1 |