diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-07-14 03:46:23 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-07-14 03:49:49 -0500 |
| commit | b1cb3788938fa981e65619f022a41f1c1d91ae3b (patch) | |
| tree | e328c0eea6e6c87a954e396266c355fa3fbec286 /main.asm | |
| parent | Use more screen dimension constants (diff) | |
| download | pokeyellow-b1cb3788938fa981e65619f022a41f1c1d91ae3b.tar.gz pokeyellow-b1cb3788938fa981e65619f022a41f1c1d91ae3b.tar.xz pokeyellow-b1cb3788938fa981e65619f022a41f1c1d91ae3b.zip | |
Comment naming screen
also use more joypad constants
Diffstat (limited to 'main.asm')
| -rwxr-xr-x | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3461,7 +3461,7 @@ TryPushingBoulder: ; f225 (3:7225) set 6, [hl] ; indicate that the player has tried pushing ret z ; the player must try pushing twice before the boulder will move ld a, [hJoyHeld] - and $f0 + and D_RIGHT | D_LEFT | D_UP | D_DOWN ret z predef CheckForCollisionWhenPushingBoulder ld a, [wTileInFrontOfBoulderAndBoulderCollisionResult] |
