diff options
author | yenatch <yenatch@gmail.com> | 2013-08-28 04:28:45 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-28 04:28:45 -0400 |
commit | 03abb8947431eaa40ee4c703b92c04c9a25feef1 (patch) | |
tree | c8e6be1115e4d96e91f6a3402574b234211272ad | |
parent | faae0e10290d962e595dceea5013c4b1ffea409f (diff) |
serial hram constants
-rw-r--r-- | hram.asm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |