ootw: fix rope room right boundary

This commit is contained in:
Vince Weaver 2019-01-18 23:25:50 -05:00
parent a1abcf0549
commit 8e844063da
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -21,7 +21,7 @@ ootw_rope:
lda #37
sta RIGHT_LIMIT
lda #22 ; until we learn to climb slopes?
lda #26 ; until we learn to climb slopes?
sta LEFT_LIMIT
;=============================