diff --git a/zsnes/src/init.asm b/zsnes/src/init.asm index 3cd44fcd..66641464 100644 --- a/zsnes/src/init.asm +++ b/zsnes/src/init.asm @@ -1646,9 +1646,19 @@ NEWSYM headerhack jne .notclayfighter cmp dword[esi+12],' ' jne .notclayfighter - mov esi,[romdata] + mov esi,[romdata] ; In intro add esi,01A10B9h mov byte[esi],0DEh + + mov esi,[romdata] ; In game + add esi,01A1996h + mov byte[esi],0DEh + mov esi,[romdata] + add esi,01AE563h + mov byte[esi],0DEh + mov esi,[romdata] + add esi,01AE600h + mov byte[esi],0DEh .notclayfighter mov esi,[romdata]