mirror of https://github.com/pret/pokecrystal.git
Fix a static reference to a string in Pokedex code.
This commit is contained in:
parent
35644c330e
commit
adc41566aa
|
@ -1778,7 +1778,7 @@ Function40f08: ; 40f08 (10:4f08)
|
|||
hlcoord 0, 12
|
||||
ld bc, $412
|
||||
call Function40ad5
|
||||
ld de, $4f32
|
||||
ld de, String_40f32
|
||||
hlcoord 1, 14
|
||||
call PlaceString
|
||||
ld a, $1
|
||||
|
|
Loading…
Reference in New Issue