summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-03-29 22:54:04 -0400
committeryenatch <yenatch@gmail.com>2014-03-29 22:54:04 -0400
commite5c8c8d3f0ab2c0bb79bf39380fa2b53d562afdf (patch)
tree3e274ffc6a53d076548a5b194d9e9cd8f0c2902c
parentcaf92984d5a3acabe46fde4e544309d2e3ff9e07 (diff)
parent017870daed567d9d3022333d553fadc18b17e080 (diff)
Merge remote-tracking branch 'origin/master' into master
-rw-r--r--main.asm5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 70c2c77e..b97448a5 100644
--- a/main.asm
+++ b/main.asm
@@ -37284,7 +37284,7 @@ Func_1a672: ; 1a672 (6:6672)
ld c, a
ld a, [$cfc6]
ld d, a
- ld hl, DataTable_1a6cf ; $66cf
+ ld hl, LedgeTiles ; $66cf
.asm_1a691
ld a, [hli]
cp $ff
@@ -37326,7 +37326,8 @@ Func_1a672: ; 1a672 (6:6672)
call PlaySound
ret
-DataTable_1a6cf: ; 1a6cf (6:66cf)
+ ; (player direction) (tile player standing on) (ledge tile) (input required)
+LedgeTiles: ; 1a6cf (6:66cf)
db $00,$2C,$37,$80
db $00,$39,$36,$80
db $00,$39,$37,$80