gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 5bc3b79cbe0b097da92cbe51e197a5da7d72dc76 parent 802f0923611c65aeda042a342cf6cbe08dae692d Author: bbbbbr <bbbbbr@users.noreply.github.com> Date: Sat, 20 Dec 2025 22:55:01 -0800 Merge pull request #850 from michel-iwaniec/text_advanced_dialogue-remove-duplicate-line Remove duplicated line from text_advanced_dialogue example Diffstat:
| M | gbdk-lib/examples/cross-platform/text_advanced_dialogue/src/main.c | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/gbdk-lib/examples/cross-platform/text_advanced_dialogue/src/main.c b/gbdk-lib/examples/cross-platform/text_advanced_dialogue/src/main.c @@ -143,7 +143,6 @@ void ClearDialogueBox(void){ // Top and Bottom sides fill_winbkg_rect(1,DIALOGUE_BOX_Y,DEVICE_SCREEN_WIDTH-2,1,2); - set_winbkg_tile_xy(DEVICE_SCREEN_WIDTH-1,DIALOGUE_BOX_Y+DIALOG_BOX_HEIGHT-1,6); fill_winbkg_rect(1,DIALOGUE_BOX_Y+DIALOG_BOX_HEIGHT-1,DEVICE_SCREEN_WIDTH-2,1,2); // Left and right sides
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.