From d17284d38569cfbaec24ce78e39eebb439f9259c Mon Sep 17 00:00:00 2001 From: bladeoner Date: Fri, 2 Dec 2022 18:09:58 +0100 Subject: [PATCH] Update README.md to fix Nightly Build status (#449) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6584dfa..25c777f 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube. |Download nightly builds from continuous integration: | [![Build Status][Build]][Actions] |-------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------| -[Actions]: https://github.com/dborth/vbagx/actions/workflows/continuous-integration-workflow.yml -[Build]: https://github.com/dborth/vbagx/actions/workflows/continuous-integration-workflow.yml/badge.svg +[Actions]: https://github.com/dborth/vbagx/actions/workflows/build.yml +[Build]: https://github.com/dborth/vbagx/actions/workflows/build.yml/badge.svg ## FEATURES @@ -188,7 +188,7 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube. * To squish the picture so it appears correctly on a 16:9 TV, you can open the settings.xml file and add 10 to the gbFixed/gbaFixed value. However, setting your TV to 4:3 mode will yield a better picture. -* Real-time clock fixes for GB/GBC games, including Pokémon G/S/C +* Real-time clock fixes for GB/GBC games, including PokĂ©mon G/S/C * RTC data in save file stored as little-endian * Option added for UTC offset in the main menu (only required if you use the same SRAM on other, time-zone-aware platforms) @@ -746,7 +746,7 @@ Game Boy (Color) and Game Boy Advance games. For both loading and saving, the PNG filename is [TITLE].png, where [TITLE] is the ROM title defined at 0x134 (for GB games) or 0xA0 (for GBA games). For -example, POKEMON_SFXAAXE.png will be loaded for Pokémon Silver. If no PNG file +example, POKEMON_SFXAAXE.png will be loaded for PokĂ©mon Silver. If no PNG file by that name exists, VBA-GX will try loading default.png (for GB games) or defaultgba.png (for GBA games) instead.