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,19 +6,19 @@ CherrygrovePokeCenter1F_MapScriptHeader: ; 0x19696b
|
||||
db 0
|
||||
; 0x19696d
|
||||
|
||||
UnknownScript_0x19696d: ; 0x19696d
|
||||
NurseScript_0x19696d: ; 0x19696d
|
||||
jumpstd $0000
|
||||
; 0x196970
|
||||
|
||||
UnknownScript_0x196970: ; 0x196970
|
||||
FisherScript_0x196970: ; 0x196970
|
||||
jumptextfaceplayer UnknownText_0x19698a
|
||||
; 0x196973
|
||||
|
||||
UnknownScript_0x196973: ; 0x196973
|
||||
GentlemanScript_0x196973: ; 0x196973
|
||||
jumptextfaceplayer UnknownText_0x1969c8
|
||||
; 0x196976
|
||||
|
||||
UnknownScript_0x196976: ; 0x196976
|
||||
TeacherScript_0x196976: ; 0x196976
|
||||
faceplayer
|
||||
loadfont
|
||||
checkbit1 $001f
|
||||
@@ -83,9 +83,9 @@ CherrygrovePokeCenter1F_MapEventHeader: ; 0x196a96
|
||||
|
||||
; people-events
|
||||
db 4
|
||||
person_event $37, 5, 7, $6, $0, 255, 255, $0, 0, UnknownScript_0x19696d, $ffff
|
||||
person_event $3a, 7, 6, $7, $0, 255, 255, $80, 0, UnknownScript_0x196970, $ffff
|
||||
person_event $40, 10, 12, $7, $0, 255, 255, $0, 0, UnknownScript_0x196973, $ffff
|
||||
person_event $29, 10, 5, $9, $0, 255, 255, $a0, 0, UnknownScript_0x196976, $ffff
|
||||
person_event SPRITE_NURSE, 5, 7, $6, $0, 255, 255, $0, 0, NurseScript_0x19696d, $ffff
|
||||
person_event SPRITE_FISHER, 7, 6, $7, $0, 255, 255, $80, 0, FisherScript_0x196970, $ffff
|
||||
person_event SPRITE_GENTLEMAN, 10, 12, $7, $0, 255, 255, $0, 0, GentlemanScript_0x196973, $ffff
|
||||
person_event SPRITE_TEACHER, 10, 5, $9, $0, 255, 255, $a0, 0, TeacherScript_0x196976, $ffff
|
||||
; 0x196adf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user