diff options
-rwxr-xr-x | main.asm | 18 | ||||
-rw-r--r-- | text/maps/route_11_gate_upstairs.asm | 4 |
2 files changed, 11 insertions, 11 deletions
@@ -75814,20 +75814,20 @@ Route11GateUpstairsText3: ; 494a8 (12:54a8) cp $4 jp nz, Func_55c9 ld a, [$d7d8] - bit 7, a - ld hl, UnnamedText_494c4 - jr z, .asm_5ac80 ; 0x494b9 - ld hl, UnnamedText_494c9 -.asm_5ac80 ; 0x494be + bit 7, a ; fought snorlax? + ld hl, BinocularsSnorlaxText + jr z, .print + ld hl, BinocularsNoSnorlaxText +.print call PrintText jp TextScriptEnd -UnnamedText_494c4: ; 494c4 (12:54c4) - TX_FAR _UnnamedText_494c4 +BinocularsSnorlaxText: + TX_FAR _BinocularsSnorlaxText db "@" -UnnamedText_494c9: ; 494c9 (12:54c9) - TX_FAR _UnnamedText_494c9 +BinocularsNoSnorlaxText: + TX_FAR _BinocularsNoSnorlaxText db "@" Route11GateUpstairsText4: ; 494ce (12:54ce) diff --git a/text/maps/route_11_gate_upstairs.asm b/text/maps/route_11_gate_upstairs.asm index 507d4e19..9b329892 100644 --- a/text/maps/route_11_gate_upstairs.asm +++ b/text/maps/route_11_gate_upstairs.asm @@ -12,7 +12,7 @@ _UnnamedText_494a3:: ; 8c689 (23:4689) cont "to look yourself!" done -_UnnamedText_494c4:: ; 8c71b (23:471b) +_BinocularsSnorlaxText:: text "Looked into the" line "binoculars." @@ -20,7 +20,7 @@ _UnnamedText_494c4:: ; 8c71b (23:471b) line "asleep on a road!" done -_UnnamedText_494c9:: ; 8c758 (23:4758) +_BinocularsNoSnorlaxText:: text "Looked into the" line "binoculars." |