mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-12 16:24:52 +13:00
minor comments on CeruleanCityText1
hg-commit-id: 62b718195177
This commit is contained in:
parent
4292758103
commit
1d7de7cfcd
12
main.asm
12
main.asm
|
|
@ -14507,16 +14507,18 @@ CeruleanCityTexts: ; 0x1962d
|
||||||
|
|
||||||
CeruleanCityText1: ; 0x1964f
|
CeruleanCityText1: ; 0x1964f
|
||||||
db $08 ; asm
|
db $08 ; asm
|
||||||
ld a, [$d75a]
|
ld a, [$d75a] ; rival battle flag
|
||||||
bit 0, a
|
bit 0, a
|
||||||
jr z, .asm_a89f9 ; 0x19655
|
; do pre-battle text
|
||||||
|
jr z, .PreBattleText
|
||||||
|
; or talk about bill
|
||||||
ld hl, UnnamedText_19677
|
ld hl, UnnamedText_19677
|
||||||
call PrintText
|
call PrintText
|
||||||
jr .asm_815c6 ; 0x1965d
|
jr .end ; 0x1965d
|
||||||
.asm_a89f9 ; 0x1965f
|
.PreBattleText ; 0x1965f
|
||||||
ld hl, UnnamedText_19668
|
ld hl, UnnamedText_19668
|
||||||
call PrintText
|
call PrintText
|
||||||
.asm_815c6 ; 0x19665
|
.end ; 0x19665
|
||||||
jp TextScriptEnd
|
jp TextScriptEnd
|
||||||
|
|
||||||
UnnamedText_19668: ; 0x19668
|
UnnamedText_19668: ; 0x19668
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue