Changeset 26
- Timestamp:
- 08/02/09 01:35:10 (3 years ago)
- Files:
-
- 1 modified
-
trunk/page1C/silentlink.asm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/page1C/silentlink.asm
r25 r26 114 114 xor a 115 115 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. 117 117 B_CALL MD5Init 118 118 B_CALL ReceiveOS … … 135 135 ld (hl),b 136 136 inc hl 137 ;Always return good battery status for now. 137 138 ld (hl),2 138 139 inc hl … … 140 141 ld (hl),a 141 142 inc hl 143 ;Always return English language codes for now. 142 144 ld (hl),09h 143 145 inc hl
