gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit deb42cb19db11d23e647029fc4ee971f44b74788 parent 83fd4070063ba7a80278dd22e0c8aacd2f147bfb Author: bbbbbr <bbbbbr@users.noreply.github.com> Date: Mon, 28 Apr 2025 16:38:23 -0700 Examples: Typewriter: fix example string typo Diffstat:
| M | gbdk-lib/examples/cross-platform/text_typewriter/src/main.c | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gbdk-lib/examples/cross-platform/text_typewriter/src/main.c b/gbdk-lib/examples/cross-platform/text_typewriter/src/main.c @@ -91,5 +91,5 @@ void main(void) fill_bkg_rect(0,0,DEVICE_SCREEN_WIDTH,DEVICE_SCREEN_HEIGHT,0); // By passing 3 as the final argument, the game boy will wait 3 frames between each character - DrawText("his is a way to draw text on the screen in GBDK. The code will automatically jump to a new line, when it reaches the end of the row.",THREE_FRAMES); + DrawText("This is a way to draw text on the screen in GBDK. The code will automatically jump to a new line, when it reaches the end of the row.",THREE_FRAMES); }
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.