From ea46ffe3d61a55efc73b4747793d4a7cb5a46c13 Mon Sep 17 00:00:00 2001 From: Henrik Kretzschmar Date: Sun, 19 Dec 2010 12:08:02 +0100 Subject: [PATCH] Bugfix: show the stars in fights again I forgot to reset a variable in the datasegment. That made, in fight mode, the colored stars show only the first time. Thanks to Arbosh, who reported the bug at: http://www.crystals-dsa-foren.de/showthread.php?tid=700&pid=86431#pid86431 --- src/custom/schick_rewrite/seg041.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/custom/schick_rewrite/seg041.cpp b/src/custom/schick_rewrite/seg041.cpp index 1bd2aeeac..3288f0c27 100644 --- a/src/custom/schick_rewrite/seg041.cpp +++ b/src/custom/schick_rewrite/seg041.cpp @@ -4,6 +4,7 @@ void seg041_1fd() { memset(MemBase + PhysMake(datseg, 0xd333), 0 , 20); + ds_writew(0x26ad, 0); } void seg041_218(unsigned short v1, unsigned short v2) {