diff options
author | IIMarckus <iimarckus@gmail.com> | 2014-04-19 21:42:39 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2014-04-19 21:44:51 -0600 |
commit | 199ec815c6fe76220459661b0307db7a46cdecd8 (patch) | |
tree | 393b8ca6fb84d6affa98661d752c537093330074 | |
parent | 803aa1f574260333ad1f78e645302b131d7dbd48 (diff) |
Label a Route 11 gatehouse script better.
-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." |