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 /engine/games | |
parent | 99df17d57173cb82abc668714727c5dada6aac73 (diff) |
Use constants for bit/set/res more
Diffstat (limited to 'engine/games')
-rw-r--r-- | engine/games/card_flip.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/games/card_flip.asm b/engine/games/card_flip.asm index fbeb3e3b6..8f5131983 100644 --- a/engine/games/card_flip.asm +++ b/engine/games/card_flip.asm @@ -12,7 +12,7 @@ ret_e00ed: ; e00ed (38:40ed) _CardFlip: ; e00ee (38:40ee) ld hl, wOptions - set 4, [hl] + set NO_TEXT_SCROLL, [hl] call ClearBGPalettes call ClearTileMap call ClearSprites |