Skip to content

Commit

Permalink
Merge pull request #27 from Raphael-Boichot/master
Browse files Browse the repository at this point in the history
Fix for Pokémon Pinball
  • Loading branch information
Raphael-Boichot authored Dec 18, 2022
2 parents 08e2c99 + 86b2cc1 commit bd93528
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NeoGB_Printer/Parse_RAWData.ino
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ inline void gbp_packet_capture_loop() {
case 1:
isPrinting = true;
chkMargin = 0x00;
memset(image_data, 0x00, sizeof(image_data));
img_index = 0x00;
break;
case 4:
////////////////////////////////////////////// FIX for merge print in McDonald's Monogatari : Honobono Tenchou Ikusei Game and Nakayoshi Cooking Series 5 : Cake o Tsukurou //////////////////////////////////////////////
Expand Down

0 comments on commit bd93528

Please sign in to comment.