mirror of
https://github.com/wavemotion-dave/GimliDS.git
synced 2025-06-18 13:55:32 -04:00
Version 0.9b - see readme file.
This commit is contained in:
parent
7e6a44b223
commit
9f01bdd5f1
BIN
GimliDS.nds
BIN
GimliDS.nds
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
@ -439,11 +439,11 @@ void show_cartstatus(void)
|
||||
{
|
||||
if (cart_in)
|
||||
{
|
||||
DSPrint(21, 22, 2, (char*)"PQR");
|
||||
DSPrint(21, 23, 2, (char*)"PQR");
|
||||
}
|
||||
else
|
||||
{
|
||||
DSPrint(21, 22, 2, (char*)"012");
|
||||
DSPrint(21, 23, 2, (char*)"012");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user