diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-18 15:37:40 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-18 15:37:40 -0400 |
| commit | bb97b63af1fbeca208cb30a41f8195b4408821dc (patch) | |
| tree | 106b0bab693daa5335445b01c43a8cd4c851d231 /engine/overworld/ledges.asm | |
| parent | More bank3 documentation (diff) | |
| download | pokeyellow-bb97b63af1fbeca208cb30a41f8195b4408821dc.tar.gz pokeyellow-bb97b63af1fbeca208cb30a41f8195b4408821dc.tar.xz pokeyellow-bb97b63af1fbeca208cb30a41f8195b4408821dc.zip | |
Complete documentation of bank3
Also: split out bcd predefs from yellow/main.asm, start removing traces
of W_
Diffstat (limited to 'engine/overworld/ledges.asm')
| -rwxr-xr-x | engine/overworld/ledges.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/ledges.asm b/engine/overworld/ledges.asm index df4273fd..b04f6332 100755 --- a/engine/overworld/ledges.asm +++ b/engine/overworld/ledges.asm @@ -2,7 +2,7 @@ HandleLedges: ; 1a672 (6:6672) ld a, [wd736] bit 6, a ; already jumping down ledge ret nz - ld a, [W_CURMAPTILESET] + ld a, [wCurMapTileset] and a ; OVERWORLD ret nz predef GetTileAndCoordsInFrontOfPlayer |
