diff options
author | xCrystal <rgr.crystal@gmail.com> | 2019-06-27 18:19:33 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2019-06-27 18:24:12 +0200 |
commit | b82a3d3d0fd0cfa8d378883dca582cbee1d0b1f8 (patch) | |
tree | 3fd3850290538c714f8d1356371cc324aec0268f /src | |
parent | aba4d05c6215ac1b594955e09a9540c1f328bf46 (diff) |
Remove color information from grassenergy.8x6.png
Diffstat (limited to 'src')
-rw-r--r-- | src/engine/bank01.asm | 6 | ||||
-rw-r--r-- | src/gfx/cards/grassenergy.8x6.png | bin | 597 -> 542 bytes |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/bank01.asm b/src/engine/bank01.asm index 1fca015..368e578 100644 --- a/src/engine/bank01.asm +++ b/src/engine/bank01.asm @@ -2737,7 +2737,7 @@ PracticeDuel_PrintTurnInstructions: ; 5256 (1:5256) ld a, 0 jp nz, PrintPracticeDuelInstructionsForCurrentTurn ; if we're here, the player followed the current turn actions wrong and has to - ; epeat them. ask the player whether to show detailed instructions again, in + ; repeat them. ask the player whether to show detailed instructions again, in ; order to call PrintPracticeDuelInstructionsForCurrentTurn with a = 0 or a = 1. ldtx de, DrMasonText ldtx hl, NeedPracticeAgainPracticeDuelText @@ -2933,7 +2933,7 @@ PrintPracticeDuelInstructions: ; 5396 (1:5396) ld [wcc01], a ld a, h ld [wcc01 + 1], a -.asm_53a2 +.print_instructions_loop call Func_53fa ld a, [hli] ld [wcbca], a @@ -2963,7 +2963,7 @@ PrintPracticeDuelInstructions: ; 5396 (1:5396) call InitTextPrinting_ProcessTextFromID call SetOneLineSeparation pop hl - jr .asm_53a2 + jr .print_instructions_loop ; print the generic Dr. Mason's text that completes all his practice duel instructions PrintPracticeDuelLetsPlayTheGame: ; 53d3 (1:53d3) diff --git a/src/gfx/cards/grassenergy.8x6.png b/src/gfx/cards/grassenergy.8x6.png Binary files differindex b9c482f..2046bcb 100644 --- a/src/gfx/cards/grassenergy.8x6.png +++ b/src/gfx/cards/grassenergy.8x6.png |