diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-01-26 14:10:04 -0600 | 
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-26 14:10:04 -0600 | 
| commit | 1d7de7cfcd74f9c115d79268e39b2c6aed61f8c3 (patch) | |
| tree | b3f1339ffa8a1721842446391d47776f5e124ac2 | |
| parent | 429275810394eab9a849b1cc3d640ad316e812c4 (diff) | |
minor comments on CeruleanCityText1
hg-commit-id: 62b718195177
| -rw-r--r-- | main.asm | 12 | 
1 files changed, 7 insertions, 5 deletions
| @@ -14507,16 +14507,18 @@ CeruleanCityTexts: ; 0x1962d  CeruleanCityText1: ; 0x1964f  	db $08 ; asm -	ld a, [$d75a] +	ld a, [$d75a] ; rival battle flag  	bit 0, a -	jr z, .asm_a89f9 ; 0x19655 +	; do pre-battle text +	jr z, .PreBattleText +	; or talk about bill  	ld hl, UnnamedText_19677  	call PrintText -	jr .asm_815c6 ; 0x1965d -.asm_a89f9 ; 0x1965f +	jr .end ; 0x1965d +.PreBattleText ; 0x1965f  	ld hl, UnnamedText_19668  	call PrintText -.asm_815c6 ; 0x19665 +.end ; 0x19665  	jp TextScriptEnd  UnnamedText_19668: ; 0x19668 | 
