Show
Ignore:
Timestamp:
08/02/09 05:04:44 (3 years ago)
Author:
brandonlw
Message:

Miscellaneous other changes
I think I'm at a good stopping point tonight.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/page1C/linkprotocol.asm

    r31 r33  
    1414       ld hl,0 
    1515       ld (header+2),hl 
    16        jr Send4Bytes 
     16       call Send4Bytes 
     17       call Get4BytesNC 
     18       ld a,(header+1) 
     19       cp 56h 
     20       ret z 
     21       jp JErrorNo 
    1722 
    1823SendCommandA: