mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
fix local pointer in UnknownScript_0x5d82f
This commit is contained in:
parent
b6b645d603
commit
d206fea7dc
3
main.asm
3
main.asm
@ -17101,9 +17101,10 @@ UnknownScript_0x5d82f: ; 0x5d82f
|
|||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
checkcellnum $25
|
checkcellnum $25
|
||||||
iftrue $583f
|
iftrue UnknownScript_0x5d83f
|
||||||
checkbit1 $033c
|
checkbit1 $033c
|
||||||
iftrue UnknownScript_0x5d8cc
|
iftrue UnknownScript_0x5d8cc
|
||||||
|
UnknownScript_0x5d83f: ; 0x5d83f
|
||||||
spriteface $b, $3
|
spriteface $b, $3
|
||||||
pause 10
|
pause 10
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user