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 /wram.asm | |
parent | 99df17d57173cb82abc668714727c5dada6aac73 (diff) |
Use constants for bit/set/res more
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -1504,8 +1504,11 @@ wGameTimerPause:: ; cfbc ds 1 -wcfbe:: ; SGB flags? -; bit 7 +wcfbe:: ; cfbe +; bits 4, 6, or 7 can be used to disable joypad input +; bit 4 +; bit 6: mon fainted? +; bit 7: SGB flag? db ds 1 @@ -1893,7 +1896,11 @@ wVramState:: ; d0ed ; flickers when climbing waterfall db -wBattleResult:: db ; d0ee +wBattleResult:: ; d0ee +; WIN, LOSE, or DRAW +; bit 6: caught celebi +; bit 7: box full + db wUsingItemWithSelect:: db ; d0ef UNION ; d0f0 |