diff options
Diffstat (limited to 'maps/BlackthornDragonSpeechHouse.asm')
-rw-r--r-- | maps/BlackthornDragonSpeechHouse.asm | 34 |
1 files changed, 14 insertions, 20 deletions
diff --git a/maps/BlackthornDragonSpeechHouse.asm b/maps/BlackthornDragonSpeechHouse.asm index f8338d34e..75ea0894f 100644 --- a/maps/BlackthornDragonSpeechHouse.asm +++ b/maps/BlackthornDragonSpeechHouse.asm @@ -1,23 +1,20 @@ -BlackthornDragonSpeechHouse_MapScriptHeader: ; 0x195947 - ; trigger count +BlackthornDragonSpeechHouse_MapScriptHeader: +.MapTriggers: db 0 - ; callback count +.MapCallbacks: db 0 -; 0x195949 -GrannyScript_0x195949: ; 0x195949 +GrannyScript_0x195949: jumptextfaceplayer UnknownText_0x19595c -; 0x19594c -EkansScript_0x19594c: ; 0x19594c +EkansScript_0x19594c: loadfont writetext UnknownText_0x1959ee cry DRATINI closetext loadmovesprites end -; 0x195956 UnknownScript_0x195956: jumpstd picturebookshelf @@ -25,7 +22,7 @@ UnknownScript_0x195956: UnknownScript_0x195959: jumpstd magazinebookshelf -UnknownText_0x19595c: ; 0x19595c +UnknownText_0x19595c: text "A clan of trainers" line "who can freely" @@ -39,30 +36,27 @@ UnknownText_0x19595c: ; 0x19595c para "about dragons in" line "this town." done -; 0x1959ee -UnknownText_0x1959ee: ; 0x1959ee +UnknownText_0x1959ee: text "DRATINI: Draa!" done -; 0x1959fe -BlackthornDragonSpeechHouse_MapEventHeader: ; 0x1959fe +BlackthornDragonSpeechHouse_MapEventHeader: ; filler db 0, 0 - ; warps +.Warps: db 2 warp_def $7, $2, 2, GROUP_BLACKTHORN_CITY, MAP_BLACKTHORN_CITY warp_def $7, $3, 2, GROUP_BLACKTHORN_CITY, MAP_BLACKTHORN_CITY - ; xy triggers +.XYTriggers: db 0 - ; signposts +.Signposts: db 0 - ; people-events +.PersonEvents: db 2 - person_event SPRITE_GRANNY, 7, 6, $3, $0, 255, 255, $0, 0, GrannyScript_0x195949, $ffff - person_event SPRITE_EKANS, 9, 9, $16, $0, 255, 255, $90, 0, EkansScript_0x19594c, $ffff -; 0x195a28 + person_event SPRITE_GRANNY, 7, 6, OW_DOWN | $3, $0, -1, -1, $0, 0, GrannyScript_0x195949, -1 + person_event SPRITE_EKANS, 9, 9, OW_UP | $12, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, EkansScript_0x19594c, -1 |