You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
fix local pointer in UnknownScript_0x5d82f
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user