mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Label a Route 11 gatehouse script better.
This commit is contained in:
parent
803aa1f574
commit
199ec815c6
18
main.asm
18
main.asm
|
@ -75814,20 +75814,20 @@ Route11GateUpstairsText3: ; 494a8 (12:54a8)
|
||||||
cp $4
|
cp $4
|
||||||
jp nz, Func_55c9
|
jp nz, Func_55c9
|
||||||
ld a, [$d7d8]
|
ld a, [$d7d8]
|
||||||
bit 7, a
|
bit 7, a ; fought snorlax?
|
||||||
ld hl, UnnamedText_494c4
|
ld hl, BinocularsSnorlaxText
|
||||||
jr z, .asm_5ac80 ; 0x494b9
|
jr z, .print
|
||||||
ld hl, UnnamedText_494c9
|
ld hl, BinocularsNoSnorlaxText
|
||||||
.asm_5ac80 ; 0x494be
|
.print
|
||||||
call PrintText
|
call PrintText
|
||||||
jp TextScriptEnd
|
jp TextScriptEnd
|
||||||
|
|
||||||
UnnamedText_494c4: ; 494c4 (12:54c4)
|
BinocularsSnorlaxText:
|
||||||
TX_FAR _UnnamedText_494c4
|
TX_FAR _BinocularsSnorlaxText
|
||||||
db "@"
|
db "@"
|
||||||
|
|
||||||
UnnamedText_494c9: ; 494c9 (12:54c9)
|
BinocularsNoSnorlaxText:
|
||||||
TX_FAR _UnnamedText_494c9
|
TX_FAR _BinocularsNoSnorlaxText
|
||||||
db "@"
|
db "@"
|
||||||
|
|
||||||
Route11GateUpstairsText4: ; 494ce (12:54ce)
|
Route11GateUpstairsText4: ; 494ce (12:54ce)
|
||||||
|
|
|
@ -12,7 +12,7 @@ _UnnamedText_494a3:: ; 8c689 (23:4689)
|
||||||
cont "to look yourself!"
|
cont "to look yourself!"
|
||||||
done
|
done
|
||||||
|
|
||||||
_UnnamedText_494c4:: ; 8c71b (23:471b)
|
_BinocularsSnorlaxText::
|
||||||
text "Looked into the"
|
text "Looked into the"
|
||||||
line "binoculars."
|
line "binoculars."
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ _UnnamedText_494c4:: ; 8c71b (23:471b)
|
||||||
line "asleep on a road!"
|
line "asleep on a road!"
|
||||||
done
|
done
|
||||||
|
|
||||||
_UnnamedText_494c9:: ; 8c758 (23:4758)
|
_BinocularsNoSnorlaxText::
|
||||||
text "Looked into the"
|
text "Looked into the"
|
||||||
line "binoculars."
|
line "binoculars."
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue