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 @@ BlackthornPokeCenter1F_MapScriptHeader: ; 0x195b77
|
||||
db 0
|
||||
; 0x195b79
|
||||
|
||||
UnknownScript_0x195b79: ; 0x195b79
|
||||
NurseScript_0x195b79: ; 0x195b79
|
||||
jumpstd $0000
|
||||
; 0x195b7c
|
||||
|
||||
UnknownScript_0x195b7c: ; 0x195b7c
|
||||
GentlemanScript_0x195b7c: ; 0x195b7c
|
||||
jumptextfaceplayer UnknownText_0x195b85
|
||||
; 0x195b7f
|
||||
|
||||
UnknownScript_0x195b7f: ; 0x195b7f
|
||||
TwinScript_0x195b7f: ; 0x195b7f
|
||||
jumptextfaceplayer UnknownText_0x195bfd
|
||||
; 0x195b82
|
||||
|
||||
UnknownScript_0x195b82: ; 0x195b82
|
||||
CooltrainerMScript_0x195b82: ; 0x195b82
|
||||
jumpstd $0033
|
||||
; 0x195b85
|
||||
|
||||
@@ -61,9 +61,9 @@ BlackthornPokeCenter1F_MapEventHeader: ; 0x195c69
|
||||
|
||||
; people-events
|
||||
db 4
|
||||
person_event $37, 5, 7, $6, $0, 255, 255, $0, 0, UnknownScript_0x195b79, $ffff
|
||||
person_event $40, 7, 9, $6, $0, 255, 255, $0, 0, UnknownScript_0x195b7c, $ffff
|
||||
person_event $26, 8, 5, $3, $0, 255, 255, $a0, 0, UnknownScript_0x195b7f, $ffff
|
||||
person_event $23, 10, 11, $5, $1, 255, 255, $80, 0, UnknownScript_0x195b82, $ffff
|
||||
person_event SPRITE_NURSE, 5, 7, $6, $0, 255, 255, $0, 0, NurseScript_0x195b79, $ffff
|
||||
person_event SPRITE_GENTLEMAN, 7, 9, $6, $0, 255, 255, $0, 0, GentlemanScript_0x195b7c, $ffff
|
||||
person_event SPRITE_TWIN, 8, 5, $3, $0, 255, 255, $a0, 0, TwinScript_0x195b7f, $ffff
|
||||
person_event SPRITE_COOLTRAINER_M, 10, 11, $5, $1, 255, 255, $80, 0, CooltrainerMScript_0x195b82, $ffff
|
||||
; 0x195cb2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user