diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-23 12:40:29 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-23 12:40:29 -0500 |
commit | c5cc23a35fa2c544e3fa8f5101878ba2127ca83e (patch) | |
tree | a4e64836ff970e4338a46d66c8b4c3c48e29bc01 /wram.asm | |
parent | 682548493be7f20b8b7fb26ab0c367c3c24430ed (diff) |
wGameTimerPause bit flag constants
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1491,7 +1491,8 @@ wFarCallBCBuffer:: dw ; cfb9 wcfbb:: db wGameTimerPause:: ; cfbc -; bit 0 +; bit 0: game timer paused +; bit 7: something mobile db ds 1 |