You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Rename prioritysjump to sdefer
This commit is contained in:
@@ -436,11 +436,11 @@ endr
|
||||
bit 3, [hl]
|
||||
jr z, .nope
|
||||
|
||||
ld hl, wPriorityScriptAddr
|
||||
ld hl, wDeferredScriptAddr
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
ld a, [wPriorityScriptBank]
|
||||
ld a, [wDeferredScriptBank]
|
||||
call CallScript
|
||||
scf
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user