Fix bug with enterCode default value (#8438)

This commit is contained in:
FosterProgramming 2025-12-05 17:25:51 +01:00 committed by GitHub
parent 5ac3e603dc
commit 8e641bdb7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4356,6 +4356,7 @@ void UseBlankMessageToCancelPokemonPic(void)
void EnterCode(void)
{
StringCopy(gStringVar2, COMPOUND_STRING(""));
DoNamingScreen(NAMING_SCREEN_CODE, gStringVar2, 0, 0, 0, CB2_ReturnToFieldContinueScript);
}