diff options
| author | Rangi42 <sylvie.oukaour+rangi42@gmail.com> | 2024-12-16 10:35:55 -0500 |
|---|---|---|
| committer | Rangi42 <sylvie.oukaour+rangi42@gmail.com> | 2024-12-16 10:35:55 -0500 |
| commit | 67084c9d261c5ab88c52b2dd99c8a767be831805 (patch) | |
| tree | ac60df11741ef7e8a101982ae6860690f4eafb08 /engine/items/town_map.asm | |
| parent | Use "gray", not "grey" (diff) | |
| download | pokeyellow-67084c9d261c5ab88c52b2dd99c8a767be831805.tar.gz pokeyellow-67084c9d261c5ab88c52b2dd99c8a767be831805.tar.xz pokeyellow-67084c9d261c5ab88c52b2dd99c8a767be831805.zip | |
Remove redundant parentheses
Diffstat (limited to 'engine/items/town_map.asm')
| -rw-r--r-- | engine/items/town_map.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/town_map.asm b/engine/items/town_map.asm index 6f2c050c..9c8aea39 100644 --- a/engine/items/town_map.asm +++ b/engine/items/town_map.asm @@ -511,7 +511,7 @@ WriteSymmetricMonPartySpriteOAM: ld [hli], a ; tile ld a, [wSymmetricSpriteOAMAttributes] ld [hli], a ; attributes - xor (1 << OAM_X_FLIP) + xor 1 << OAM_X_FLIP ld [wSymmetricSpriteOAMAttributes], a inc d ld a, 8 |
