pokered/scripts/celadonmansion3.asm

72 lines
1.3 KiB
NASM
Raw Normal View History

2014-05-18 18:19:10 +00:00
CeladonMansion3Script: ; 48790 (12:4790)
jp EnableAutoTextBoxDrawing
CeladonMansion3TextPointers: ; 48793 (12:4793)
dw ProgrammerText
dw GraphicArtistText
dw WriterText
dw DirectorText
dw GameFreakPCText1
dw GameFreakPCText2
dw GameFreakPCText3
dw GameFreakSignText
ProgrammerText: ; 487a3 (12:47a3)
TX_FAR _ProgrammerText
db "@"
GraphicArtistText: ; 487a8 (12:47a8)
TX_FAR _GraphicArtistText
db "@"
WriterText: ; 487ad (12:47ad)
TX_FAR _WriterText
db "@"
DirectorText: ; 487b2 (12:47b2)
2015-07-03 19:58:50 +00:00
TX_ASM
2014-05-18 18:19:10 +00:00
; check pokédex
ld hl, wPokedexOwned
ld b, wPokedexOwnedEnd - wPokedexOwned
call CountSetBits
2015-08-07 11:24:06 +00:00
ld a, [wNumSetBits]
2014-05-18 18:19:10 +00:00
cp 150
jr nc, .CompletedDex
ld hl, .GameDesigner
jr .done
.CompletedDex
ld hl, .CompletedDexText
.done
call PrintText
jp TextScriptEnd
.GameDesigner ; 487d0 (12:47d0)
TX_FAR _GameDesignerText
db "@"
.CompletedDexText
TX_FAR _CompletedDexText
db $6
2015-07-03 19:58:50 +00:00
TX_ASM
callab DisplayDiploma
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
jp TextScriptEnd
GameFreakPCText1: ; 487eb (12:47eb)
TX_FAR _CeladonMansion3Text5
db "@"
GameFreakPCText2: ; 487f0 (12:47f0)
TX_FAR _CeladonMansion3Text6
db "@"
GameFreakPCText3: ; 487f5 (12:47f5)
TX_FAR _CeladonMansion3Text7
db "@"
GameFreakSignText: ; 487fa (12:47fa)
TX_FAR _CeladonMansion3Text8
db "@"