summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-08-28 04:28:45 -0400
committeryenatch <yenatch@gmail.com>2013-08-28 04:28:45 -0400
commit03abb8947431eaa40ee4c703b92c04c9a25feef1 (patch)
treec8e6be1115e4d96e91f6a3402574b234211272ad
parentfaae0e10290d962e595dceea5013c4b1ffea409f (diff)
serial hram constants
-rw-r--r--hram.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/hram.asm b/hram.asm
index d8e8d0f34..051d4186a 100644
--- a/hram.asm
+++ b/hram.asm
@@ -41,6 +41,9 @@ hMathBuffer EQU $ffb8
hLCDStatCustom EQU $ffc6
+hSerialSend EQU $ffcd
+hSerialReceive EQU $ffce
+
hSCX EQU $ffcf
hSCY EQU $ffd0
hWX EQU $ffd1