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,11 +6,11 @@ Route32PokeCenter1F_MapScriptHeader: ; 0x69b50
db 0
; 0x69b52
UnknownScript_0x69b52: ; 0x69b52
NurseScript_0x69b52: ; 0x69b52
jumpstd $0000
; 0x69b55
UnknownScript_0x69b55: ; 0x69b55
FishingGuruScript_0x69b55: ; 0x69b55
faceplayer
loadfont
checkbit1 $0017
@@ -42,7 +42,7 @@ UnknownScript_0x69b7a: ; 0x69b7a
end
; 0x69b80
UnknownScript_0x69b80: ; 0x69b80
CooltrainerFScript_0x69b80: ; 0x69b80
jumptextfaceplayer UnknownText_0x69cac
; 0x69b83
@@ -107,8 +107,8 @@ Route32PokeCenter1F_MapEventHeader: ; 0x69cf9
; people-events
db 3
person_event $37, 5, 7, $6, $0, 255, 255, $0, 0, UnknownScript_0x69b52, $ffff
person_event $3b, 8, 5, $6, $0, 255, 255, $a0, 0, UnknownScript_0x69b55, $ffff
person_event $24, 6, 10, $6, $0, 255, 255, $80, 0, UnknownScript_0x69b80, $ffff
person_event SPRITE_NURSE, 5, 7, $6, $0, 255, 255, $0, 0, NurseScript_0x69b52, $ffff
person_event SPRITE_FISHING_GURU, 8, 5, $6, $0, 255, 255, $a0, 0, FishingGuruScript_0x69b55, $ffff
person_event SPRITE_COOLTRAINER_F, 6, 10, $6, $0, 255, 255, $80, 0, CooltrainerFScript_0x69b80, $ffff
; 0x69d35