diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-04-05 11:44:02 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-04-05 11:44:02 -0400 |
commit | 7307fc8dce605823fbdf8e5ec8530d7aaf675cfa (patch) | |
tree | 63a1d741812989026ac3a22806f7677525c3512c /mobile | |
parent | 99df17d57173cb82abc668714727c5dada6aac73 (diff) |
Use constants for bit/set/res more
Diffstat (limited to 'mobile')
-rw-r--r-- | mobile/mobile_5c.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/mobile_5c.asm b/mobile/mobile_5c.asm index 86cb67b71..e74321fc9 100644 --- a/mobile/mobile_5c.asm +++ b/mobile/mobile_5c.asm @@ -106,7 +106,7 @@ Function170c06: ; 170c06 call GetSRAMBank ld hl, $a894 ld a, [wBattleResult] - and a + and a ; WIN? jr nz, .asm_170c15 inc [hl] |