Changeset 26

Show
Ignore:
Timestamp:
08/02/09 01:35:10 (3 years ago)
Author:
brandonlw
Message:

Miscellaneous stuff

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/page1C/silentlink.asm

    r25 r26  
    114114       xor a 
    115115       ld (ramCodeEnd),a 
    116        ld (83A4h),a 
     116       ld (83A4h),a         ;I'm not entirely sure what this is yet, but let's zero it out to be safe. 
    117117       B_CALL MD5Init 
    118118       B_CALL ReceiveOS 
     
    135135       ld (hl),b 
    136136       inc hl 
     137       ;Always return good battery status for now. 
    137138       ld (hl),2 
    138139       inc hl 
     
    140141       ld (hl),a 
    141142       inc hl 
     143       ;Always return English language codes for now. 
    142144       ld (hl),09h 
    143145       inc hl