sprite constants in map events

This commit is contained in:
yenatch
2013-07-12 17:06:11 -04:00
parent 5f6d69fdd3
commit 4ac88d6cdc
349 changed files with 2312 additions and 2310 deletions

View File

@@ -6,15 +6,15 @@ CinnabarPokeCenter1F_MapScriptHeader: ; 0x1ab32a
db 0
; 0x1ab32c
UnknownScript_0x1ab32c: ; 0x1ab32c
NurseScript_0x1ab32c: ; 0x1ab32c
jumpstd $0000
; 0x1ab32f
UnknownScript_0x1ab32f: ; 0x1ab32f
CooltrainerFScript_0x1ab32f: ; 0x1ab32f
jumptextfaceplayer UnknownText_0x1ab335
; 0x1ab332
UnknownScript_0x1ab332: ; 0x1ab332
FisherScript_0x1ab332: ; 0x1ab332
jumptextfaceplayer UnknownText_0x1ab37f
; 0x1ab335
@@ -50,8 +50,8 @@ CinnabarPokeCenter1F_MapEventHeader: ; 0x1ab3ab
; people-events
db 3
person_event $37, 5, 7, $6, $0, 255, 255, $0, 0, UnknownScript_0x1ab32c, $ffff
person_event $24, 10, 11, $5, $2, 255, 255, $80, 0, UnknownScript_0x1ab32f, $ffff
person_event $3a, 8, 6, $6, $0, 255, 255, $a0, 0, UnknownScript_0x1ab332, $ffff
person_event SPRITE_NURSE, 5, 7, $6, $0, 255, 255, $0, 0, NurseScript_0x1ab32c, $ffff
person_event SPRITE_COOLTRAINER_F, 10, 11, $5, $2, 255, 255, $80, 0, CooltrainerFScript_0x1ab32f, $ffff
person_event SPRITE_FISHER, 8, 6, $6, $0, 255, 255, $a0, 0, FisherScript_0x1ab332, $ffff
; 0x1ab3e7