summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-09-04 04:04:11 -0400
committeryenatch <yenatch@gmail.com>2013-09-04 04:04:11 -0400
commita6ad4ad37e03c0ef2d76c0d9055dfc1d8896679f (patch)
treee95ec09e6d9cfe85995b64fa0123c1d3e2e483b9
parent715a19fd593d10f3cd2e13d0dbc3f7713ebea4cf (diff)
Predef wram labels
these are obviously general-purpose temps, but how do you name that?
-rw-r--r--wram.asm9
1 files changed, 8 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index d1eff3058..f755680ee 100644
--- a/wram.asm
+++ b/wram.asm
@@ -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