From cb34e973eb38a401037e8081ca5414413f55f128 Mon Sep 17 00:00:00 2001 From: z_demo_z <> Date: Thu, 13 Jun 2002 23:54:21 +0000 Subject: [PATCH] More hacks for clayfighter, same problem as BL... --- zsnes/src/init.asm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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]