shithub: pokered

Download patch

ref: 017870daed567d9d3022333d553fadc18b17e080
parent: b48435bb260e87bd27cc954eb5f2473c4f80c8f4
parent: 3e0d3ce5cb69b2b7921f39d3aeab91c5adeb7b39
author: yenatch <yenatch@gmail.com>
date: Wed Mar 26 22:08:41 EDT 2014

Merge pull request #37 from Lin20/master

ledge tiles documented

--- a/main.asm
+++ b/main.asm
@@ -37283,7 +37283,7 @@
 	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
@@ -37325,7 +37325,8 @@
 	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