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,15 +6,15 @@ CeruleanTradeSpeechHouse_MapScriptHeader: ; 0x188131
|
||||
db 0
|
||||
; 0x188133
|
||||
|
||||
UnknownScript_0x188133: ; 0x188133
|
||||
GrannyScript_0x188133: ; 0x188133
|
||||
jumptextfaceplayer UnknownText_0x18814d
|
||||
; 0x188136
|
||||
|
||||
UnknownScript_0x188136: ; 0x188136
|
||||
GrampsScript_0x188136: ; 0x188136
|
||||
jumptextfaceplayer UnknownText_0x18818a
|
||||
; 0x188139
|
||||
|
||||
UnknownScript_0x188139: ; 0x188139
|
||||
RhydonScript_0x188139: ; 0x188139
|
||||
loadfont
|
||||
2writetext UnknownText_0x18819c
|
||||
cry KANGASKHAN
|
||||
@@ -23,7 +23,7 @@ UnknownScript_0x188139: ; 0x188139
|
||||
end
|
||||
; 0x188143
|
||||
|
||||
UnknownScript_0x188143: ; 0x188143
|
||||
ZubatScript_0x188143: ; 0x188143
|
||||
loadfont
|
||||
2writetext UnknownText_0x1881b5
|
||||
cry ZUBAT
|
||||
@@ -69,9 +69,9 @@ CeruleanTradeSpeechHouse_MapEventHeader: ; 0x1881c9
|
||||
|
||||
; people-events
|
||||
db 4
|
||||
person_event $30, 8, 6, $9, $0, 255, 255, $90, 0, UnknownScript_0x188133, $ffff
|
||||
person_event $2f, 6, 5, $2, $0, 255, 255, $a0, 0, UnknownScript_0x188136, $ffff
|
||||
person_event $9d, 6, 9, $16, $0, 255, 255, $b0, 0, UnknownScript_0x188139, $ffff
|
||||
person_event $87, 10, 9, $16, $0, 255, 255, $0, 0, UnknownScript_0x188143, $ffff
|
||||
person_event SPRITE_GRANNY, 8, 6, $9, $0, 255, 255, $90, 0, GrannyScript_0x188133, $ffff
|
||||
person_event SPRITE_GRAMPS, 6, 5, $2, $0, 255, 255, $a0, 0, GrampsScript_0x188136, $ffff
|
||||
person_event SPRITE_RHYDON, 6, 9, $16, $0, 255, 255, $b0, 0, RhydonScript_0x188139, $ffff
|
||||
person_event SPRITE_ZUBAT, 10, 9, $16, $0, 255, 255, $0, 0, ZubatScript_0x188143, $ffff
|
||||
; 0x18820d
|
||||
|
||||
|
||||
Reference in New Issue
Block a user