Skip to content

Commit

Permalink
Bugfix: show the stars in fights again
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Henrik Kretzschmar committed Dec 19, 2010
1 parent 54e5c7c commit ea46ffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/custom/schick_rewrite/seg041.cpp
Expand Up @@ -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) {
Expand Down

0 comments on commit ea46ffe

Please sign in to comment.