pokered/scripts/pewterpokecenter.asm

85 lines
1.7 KiB
NASM
Raw Normal View History

2014-05-18 18:19:10 +00:00
PewterPokecenterScript: ; 5c587 (17:4587)
2015-02-07 10:43:08 +00:00
call Serial_TryEstablishingExternallyClockedConnection
2014-05-18 18:19:10 +00:00
jp EnableAutoTextBoxDrawing
PewterPokecenterTextPointers: ; 5c58d (17:458d)
dw PewterPokecenterText1
dw PewterPokecenterText2
dw PewterPokecenterText3
dw PewterPokecenterText4
PewterPokecenterText1: ; 5c595 (17:4595)
db $ff
PewterPokecenterText2: ; 5c596 (17:4596)
TX_FAR _PewterPokecenterText1
db "@"
PewterPokecenterText3: ; 5c59b (17:459b)
2015-07-03 19:58:50 +00:00
TX_ASM
2014-05-18 18:19:10 +00:00
ld a, $1
2014-09-13 07:50:56 +00:00
ld [wDoNotWaitForButtonPressAfterDisplayingText], a
2014-05-18 18:19:10 +00:00
ld hl, PewterPokecenterText5
call PrintText
ld a, $ff
call PlaySound
ld c, 32
2014-05-18 18:19:10 +00:00
call DelayFrames
2015-06-12 16:00:48 +00:00
ld hl, JigglypuffFacingDirections
2015-07-19 03:49:52 +00:00
ld de, wJigglypuffFacingDirections
ld bc, 4
2014-05-18 18:19:10 +00:00
call CopyData
2015-07-19 03:49:52 +00:00
ld a, [wSpriteStateData1 + 3 * $10 + $2]
ld hl, wJigglypuffFacingDirections
.findMatchingFacingDirectionLoop
2014-05-18 18:19:10 +00:00
cp [hl]
inc hl
2015-07-19 03:49:52 +00:00
jr nz, .findMatchingFacingDirectionLoop
2014-05-18 18:19:10 +00:00
dec hl
push hl
ld c, BANK(Music_JigglypuffSong)
ld a, MUSIC_JIGGLYPUFF_SONG
call PlayMusic
pop hl
2015-07-19 03:49:52 +00:00
.loop
2014-05-18 18:19:10 +00:00
ld a, [hl]
2015-07-19 03:49:52 +00:00
ld [wSpriteStateData1 + 3 * $10 + $2], a
; rotate the array
2014-05-18 18:19:10 +00:00
push hl
2015-07-19 03:49:52 +00:00
ld hl, wJigglypuffFacingDirections
ld de, wJigglypuffFacingDirections - 1
ld bc, 4
2014-05-18 18:19:10 +00:00
call CopyData
2015-07-19 03:49:52 +00:00
ld a, [wJigglypuffFacingDirections - 1]
ld [wJigglypuffFacingDirections + 3], a
2014-05-18 18:19:10 +00:00
pop hl
2015-07-19 03:49:52 +00:00
ld c, 24
2014-05-18 18:19:10 +00:00
call DelayFrames
2015-07-19 03:49:52 +00:00
ld a, [wc026]
2014-05-18 18:19:10 +00:00
ld b, a
ld a, [wc027]
2014-05-18 18:19:10 +00:00
or b
2015-07-19 03:49:52 +00:00
jr nz, .loop
ld c, 48
2014-05-18 18:19:10 +00:00
call DelayFrames
call PlayDefaultMusic
2014-05-18 18:19:10 +00:00
jp TextScriptEnd
PewterPokecenterText5: ; 5c603 (17:4603)
TX_FAR _PewterPokecenterText5
db "@"
2015-06-12 16:00:48 +00:00
JigglypuffFacingDirections: ; 5c608 (17:4608)
db $30 | SPRITE_FACING_DOWN
db $30 | SPRITE_FACING_LEFT
db $30 | SPRITE_FACING_UP
db $30 | SPRITE_FACING_RIGHT
2014-05-18 18:19:10 +00:00
PewterPokecenterText4: ; 5c60c (17:460c)
db $f6