diff options
| author | Lin <charliejennings2@hotmail.com> | 2014-03-26 22:48:45 -0700 |
|---|---|---|
| committer | Lin <charliejennings2@hotmail.com> | 2014-03-26 22:48:45 -0700 |
| commit | 3e0d3ce5cb69b2b7921f39d3aeab91c5adeb7b39 (patch) | |
| tree | 3cf4ec9f41dde1fc9ef5710d1c4e272a1a045bf0 /main.asm | |
| parent | Makefile: condense dependency scanning into one loop (diff) | |
| download | pokeyellow-3e0d3ce5cb69b2b7921f39d3aeab91c5adeb7b39.tar.gz pokeyellow-3e0d3ce5cb69b2b7921f39d3aeab91c5adeb7b39.tar.xz pokeyellow-3e0d3ce5cb69b2b7921f39d3aeab91c5adeb7b39.zip | |
ledge tiles documented
Diffstat (limited to 'main.asm')
| -rw-r--r-- | main.asm | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -37283,7 +37283,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 @@ -37325,7 +37325,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 |
