You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
sprite constants in map events
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user