You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
replace 2call pointers with labels
This commit is contained in:
7
main.asm
7
main.asm
@@ -15728,6 +15728,7 @@ UnknownScript_0x5809d: ; 0x5809d
|
|||||||
musicfadeout $2905, $1
|
musicfadeout $2905, $1
|
||||||
; 0x580a2
|
; 0x580a2
|
||||||
|
|
||||||
|
; probably not a script?
|
||||||
UnknownScript_0x580a2: ; 0x580a2
|
UnknownScript_0x580a2: ; 0x580a2
|
||||||
db $e5
|
db $e5
|
||||||
itemtotext THUNDERSTONE, $42
|
itemtotext THUNDERSTONE, $42
|
||||||
@@ -79718,13 +79719,14 @@ UnknownScript_0x190013: ; 0x190013
|
|||||||
applymovement $0, MovementData_0x1900a7
|
applymovement $0, MovementData_0x1900a7
|
||||||
stopfollow
|
stopfollow
|
||||||
spriteface $0, $3
|
spriteface $0, $3
|
||||||
2call $402f
|
2call UnknownScript_0x19002f
|
||||||
applymovement $2, MovementData_0x1900ad
|
applymovement $2, MovementData_0x1900ad
|
||||||
end
|
end
|
||||||
; 0x19002e
|
; 0x19002e
|
||||||
|
|
||||||
UnknownScript_0x19002e: ; 0x19002e
|
UnknownScript_0x19002e: ; 0x19002e
|
||||||
faceplayer
|
faceplayer
|
||||||
|
UnknownScript_0x19002f: ; 0x19002f
|
||||||
checkbit1 $0022
|
checkbit1 $0022
|
||||||
iftrue UnknownScript_0x190039
|
iftrue UnknownScript_0x190039
|
||||||
2call UnknownScript_0x190040
|
2call UnknownScript_0x190040
|
||||||
@@ -80011,6 +80013,7 @@ UnknownScript_0x19046c: ; 0x19046c
|
|||||||
|
|
||||||
UnknownScript_0x19046f: ; 0x19046f
|
UnknownScript_0x19046f: ; 0x19046f
|
||||||
faceplayer
|
faceplayer
|
||||||
|
UnknownScript_0x190470: ; 0x190470
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $005d
|
checkbit1 $005d
|
||||||
iftrue UnknownScript_0x1904a5
|
iftrue UnknownScript_0x1904a5
|
||||||
@@ -80066,7 +80069,7 @@ UnknownScript_0x1904ab: ; 0x1904ab
|
|||||||
applymovement $0, MovementData_0x190789
|
applymovement $0, MovementData_0x190789
|
||||||
stopfollow
|
stopfollow
|
||||||
spriteface $0, $0
|
spriteface $0, $0
|
||||||
2call $4470
|
2call UnknownScript_0x190470
|
||||||
applymovement $9, MovementData_0x19078c
|
applymovement $9, MovementData_0x19078c
|
||||||
applymovement $9, MovementData_0x19078e
|
applymovement $9, MovementData_0x19078e
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user