From d1d3365a88ab9577d6bad7dca27c59fc6eeaed35 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Sun, 27 Jul 2003 20:30:58 +0000 Subject: [PATCH] This will fix Lufia 2 problems --- zsnes/src/init.asm | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/zsnes/src/init.asm b/zsnes/src/init.asm index 7ccc8fb8..54bc0c00 100644 --- a/zsnes/src/init.asm +++ b/zsnes/src/init.asm @@ -2026,20 +2026,6 @@ NEWSYM headerhack mov byte[cycpl],al .noromhead6 - ; Lufia 2 - 182/177/44/44 - mov esi,[romdata] - add esi,07FC0h - mov edi,.luf2head - call Checkheadersame - cmp al,0 - jne .noromhead5 -; mov byte[opexec268],182 -; mov byte[opexec358],177 -; mov byte[opexec268cph],44 -; mov byte[opexec358cph],44 -;int 3h -.noromhead5 - ; PunchOut - Disable HDMA start in middle of screen mov esi,[romdata] add esi,07FC0h