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 /main.asm | |
| parent | Merge branch 'master' of https://github.com/iimarckus/pokered (diff) | |
| download | pokeyellow-199ec815c6fe76220459661b0307db7a46cdecd8.tar.gz pokeyellow-199ec815c6fe76220459661b0307db7a46cdecd8.tar.xz pokeyellow-199ec815c6fe76220459661b0307db7a46cdecd8.zip | |
Label a Route 11 gatehouse script better.
Diffstat (limited to 'main.asm')
| -rwxr-xr-x | main.asm | 18 |
1 files changed, 9 insertions, 9 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) |
