diff options
| author | Narishma-gb <194818981+Narishma-gb@users.noreply.github.com> | 2025-01-30 23:26:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-30 17:26:55 -0500 |
| commit | 43f21cc4948682b51b4c72bcef38631f95b47bfe (patch) | |
| tree | 2f647622559fce6bae9d4ebb1d669c5cec3db426 /scripts/PokemonTower6F.asm | |
| parent | Consistently refer to CGB, not GBC (#491) (diff) | |
| download | pokeyellow-43f21cc4948682b51b4c72bcef38631f95b47bfe.tar.gz pokeyellow-43f21cc4948682b51b4c72bcef38631f95b47bfe.tar.xz pokeyellow-43f21cc4948682b51b4c72bcef38631f95b47bfe.zip | |
Fix some label typos, and add some constants instead of raw numbers (#492)
Diffstat (limited to 'scripts/PokemonTower6F.asm')
| -rw-r--r-- | scripts/PokemonTower6F.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/PokemonTower6F.asm b/scripts/PokemonTower6F.asm index cf246c56..251b3759 100644 --- a/scripts/PokemonTower6F.asm +++ b/scripts/PokemonTower6F.asm @@ -74,7 +74,7 @@ PokemonTower6FMarowakBattleScript: .did_not_defeat ld a, $1 ld [wSimulatedJoypadStatesIndex], a - ld a, $10 + ld a, D_RIGHT ld [wSimulatedJoypadStatesEnd], a xor a ld [wSpritePlayerStateData2MovementByte1], a |
