From 12f0b77bd09fcae1a1530e5e8c1c3b3eeebb287a Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Tue, 2 Sep 2003 03:55:54 +0000 Subject: [PATCH] How did this get commented out? Emerald Dragon now works again --- zsnes/src/init.asm | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/zsnes/src/init.asm b/zsnes/src/init.asm index 0d887bbe..d9471aa2 100644 --- a/zsnes/src/init.asm +++ b/zsnes/src/init.asm @@ -1702,16 +1702,16 @@ NEWSYM headerhack mov byte[esi+1],0BCh ; RTS instead of jumping to a rts .nothomealone -; mov esi,[romdata] -; add esi,0FFC0h -; cmp dword[esi],'EMER' -; jne .notemeralddragon -; cmp dword[esi+4],'ALD ' -; jne .notemeralddragon -; cmp dword[esi+8],'DRAG' -; jne .notemeralddragon -; mov byte[ENVDisable],1 -;.notemeralddragon + mov esi,[romdata] + add esi,0FFC0h + cmp dword[esi],'EMER' + jne .notemeralddragon + cmp dword[esi+4],'ALD ' + jne .notemeralddragon + cmp dword[esi+8],'DRAG' + jne .notemeralddragon + mov byte[ENVDisable],1 +.notemeralddragon mov esi,[romdata] add esi,07FC0h