diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-05-14 07:31:56 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-05-14 07:31:56 -0700 |
commit | 14567c2beeeb9272bcd98dfc68e0729ac3b3929e (patch) | |
tree | 05ed2ee220a3a2b9fcec41a8d6a4ed5049f41007 /hram.asm | |
parent | e420a33178d4e4650d4645684aeadc15ac83693e (diff) | |
parent | 0f3e9c6f7ea8c1b17101cc948e318a96c2b57265 (diff) |
Merge pull request #136 from yenatch/master
Map connections, almost.
Diffstat (limited to 'hram.asm')
-rw-r--r-- | hram.asm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ hJoyReleased EQU $ffa6 hJoyPressed EQU $ffa7 hJoyDown EQU $ffa8 +hConnectionStripLength EQU $ffaf +hConnectedMapWidth EQU $ffb0 + hPastLeadingZeroes EQU $ffb3 hDividend EQU $ffb3 |