diff options
author | yenatch <yenatch@gmail.com> | 2013-09-04 04:04:11 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-09-04 04:04:11 -0400 |
commit | a6ad4ad37e03c0ef2d76c0d9055dfc1d8896679f (patch) | |
tree | e95ec09e6d9cfe85995b64fa0123c1d3e2e483b9 | |
parent | 715a19fd593d10f3cd2e13d0dbc3f7713ebea4cf (diff) |
Predef wram labels
these are obviously general-purpose temps, but how do you name that?
-rw-r--r-- | wram.asm | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -860,7 +860,14 @@ TextDelayFrames: ; cfb2 VBlankOccurred: ; cfb3 ds 1 - ds 8 +PredefID: ; cfb4 + ds 1 +PredefTemp: ; cfb5 + ds 2 +PredefAddress: ; cfb7 + ds 2 + + ds 3 GameTimerPause: ; cfbc ; bit 0 |