mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
poke seer special
This commit is contained in:
parent
a15bd15e2a
commit
4d1091f8d9
@ -27,7 +27,6 @@ SPECIAL_RUINCHAMBERWALL EQU $0087
|
||||
SPECIAL_HOOHCHAMBER EQU $008d
|
||||
|
||||
SPECIAL_CELEBI EQU $008f
|
||||
|
||||
SPECIAL_AFTERCELEBI EQU $0090
|
||||
SPECIAL_POKESEER EQU $0091
|
||||
|
||||
|
@ -6,10 +6,10 @@ PokeSeersHouse_MapScriptHeader: ; 0x9e36c
|
||||
db 0
|
||||
; 0x9e36e
|
||||
|
||||
GrannyScript_0x9e36e: ; 0x9e36e
|
||||
SeerScript: ; 0x9e36e
|
||||
faceplayer
|
||||
loadfont
|
||||
special $0091
|
||||
special SPECIAL_POKESEER
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
@ -32,6 +32,6 @@ PokeSeersHouse_MapEventHeader: ; 0x9e376
|
||||
|
||||
; people-events
|
||||
db 1
|
||||
person_event SPRITE_GRANNY, 7, 6, $6, $0, 255, 255, $80, 0, GrannyScript_0x9e36e, $ffff
|
||||
person_event SPRITE_GRANNY, 7, 6, $6, $0, 255, 255, $80, 0, SeerScript, $ffff
|
||||
; 0x9e393
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user