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 @@ MrFujisHouse_MapScriptHeader: ; 0x7e8c8
|
||||
db 0
|
||||
; 0x7e8ca
|
||||
|
||||
UnknownScript_0x7e8ca: ; 0x7e8ca
|
||||
SuperNerdScript_0x7e8ca: ; 0x7e8ca
|
||||
jumptextfaceplayer UnknownText_0x7e8f1
|
||||
; 0x7e8cd
|
||||
|
||||
UnknownScript_0x7e8cd: ; 0x7e8cd
|
||||
LassScript_0x7e8cd: ; 0x7e8cd
|
||||
jumptextfaceplayer UnknownText_0x7e940
|
||||
; 0x7e8d0
|
||||
|
||||
UnknownScript_0x7e8d0: ; 0x7e8d0
|
||||
RhydonScript_0x7e8d0: ; 0x7e8d0
|
||||
loadfont
|
||||
2writetext UnknownText_0x7e9b6
|
||||
cry PSYDUCK
|
||||
@@ -23,7 +23,7 @@ UnknownScript_0x7e8d0: ; 0x7e8d0
|
||||
end
|
||||
; 0x7e8da
|
||||
|
||||
UnknownScript_0x7e8da: ; 0x7e8da
|
||||
GrowlitheScript_0x7e8da: ; 0x7e8da
|
||||
loadfont
|
||||
2writetext UnknownText_0x7e9c9
|
||||
cry NIDORINO
|
||||
@@ -32,7 +32,7 @@ UnknownScript_0x7e8da: ; 0x7e8da
|
||||
end
|
||||
; 0x7e8e4
|
||||
|
||||
UnknownScript_0x7e8e4: ; 0x7e8e4
|
||||
MoltresScript_0x7e8e4: ; 0x7e8e4
|
||||
loadfont
|
||||
2writetext UnknownText_0x7e9da
|
||||
cry PIDGEY
|
||||
@@ -94,10 +94,10 @@ MrFujisHouse_MapEventHeader: ; 0x7e9ea
|
||||
|
||||
; people-events
|
||||
db 5
|
||||
person_event $2b, 5, 8, $6, $0, 255, 255, $a0, 0, UnknownScript_0x7e8ca, $ffff
|
||||
person_event $28, 8, 7, $2, $11, 255, 255, $0, 0, UnknownScript_0x7e8cd, $ffff
|
||||
person_event $9d, 8, 11, $16, $0, 255, 255, $0, 0, UnknownScript_0x7e8d0, $ffff
|
||||
person_event $82, 9, 9, $16, $0, 255, 255, $90, 0, UnknownScript_0x7e8da, $ffff
|
||||
person_event $9e, 7, 5, $16, $0, 255, 255, $b0, 0, UnknownScript_0x7e8e4, $ffff
|
||||
person_event SPRITE_SUPER_NERD, 5, 8, $6, $0, 255, 255, $a0, 0, SuperNerdScript_0x7e8ca, $ffff
|
||||
person_event SPRITE_LASS, 8, 7, $2, $11, 255, 255, $0, 0, LassScript_0x7e8cd, $ffff
|
||||
person_event SPRITE_RHYDON, 8, 11, $16, $0, 255, 255, $0, 0, RhydonScript_0x7e8d0, $ffff
|
||||
person_event SPRITE_GROWLITHE, 9, 9, $16, $0, 255, 255, $90, 0, GrowlitheScript_0x7e8da, $ffff
|
||||
person_event SPRITE_MOLTRES, 7, 5, $16, $0, 255, 255, $b0, 0, MoltresScript_0x7e8e4, $ffff
|
||||
; 0x7ea45
|
||||
|
||||
|
||||
Reference in New Issue
Block a user