Made battery for SFX more meaningful, fixed SRAM not being cleared.

This commit is contained in:
n-a-c-h
2004-10-12 18:56:55 +00:00
parent 59e59453a8
commit cd7798dd8d
4 changed files with 15 additions and 21 deletions

View File

@@ -1422,7 +1422,7 @@ SECTION .data
SECTION .text
transfersram:
cmp byte[SFXSRAM],0
cmp byte[SFXBATT],0
jne .nosram
cmp byte[SA1Enable],1
je .nosram