Document time of day bug in RandomUnseenWildMon (#1196)

This commit is contained in:
Linus Unnebäck
2025-08-03 19:57:07 +02:00
committed by GitHub
parent 306d1497c1
commit b0d56dff91
2 changed files with 33 additions and 12 deletions

View File

@@ -781,6 +781,7 @@ RandomUnseenWildMon:
jr nc, .done
.GetGrassmon:
; BUG: RandomUnseenWildMon always picks a morning Pokémon species (see docs/bugs_and_glitches.md)
push hl
ld bc, 5 + 4 * 2 ; Location of the level of the 5th wild Pokemon in that map
add hl, bc