diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-19 17:52:26 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-19 17:52:26 -0700 |
| commit | 1d86932cc9c38815434409f07d14c2bfe4e7a836 (patch) | |
| tree | 43d021ef4340e90c591e490f2a20b5005b23d7d5 /scripts/pokemontower2.asm | |
| parent | replace uses of minus one (diff) | |
| download | pokeyellow-1d86932cc9c38815434409f07d14c2bfe4e7a836.tar.gz pokeyellow-1d86932cc9c38815434409f07d14c2bfe4e7a836.tar.xz pokeyellow-1d86932cc9c38815434409f07d14c2bfe4e7a836.zip | |
naming
Diffstat (limited to 'scripts/pokemontower2.asm')
| -rwxr-xr-x | scripts/pokemontower2.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/pokemontower2.asm b/scripts/pokemontower2.asm index 8520b10b..6a54d549 100755 --- a/scripts/pokemontower2.asm +++ b/scripts/pokemontower2.asm @@ -33,15 +33,15 @@ PokemonTower2Script0: ; 6050f (18:450f) res 6, [hl] ld a, [wCoordIndex] cp $1 - ld a, $8 + ld a, PLAYER_DIR_UP ld b, SPRITE_FACING_DOWN jr nz, .asm_60544 ld hl, wd764 set 6, [hl] - ld a, $2 + ld a, PLAYER_DIR_LEFT ld b, SPRITE_FACING_RIGHT .asm_60544 - ld [wd528], a + ld [wPlayerMovingDirection], a ld a, $1 ld [H_SPRITEINDEX], a ld a, b |
