You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Renaming sections, further dissolving main.asm
This commit is contained in:
@@ -491,11 +491,11 @@ endr
|
||||
bit 3, [hl]
|
||||
jr z, .nope
|
||||
|
||||
ld hl, ScriptDelay + 2
|
||||
ld hl, wPriorityScriptAddr
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
ld a, [ScriptDelay + 1]
|
||||
ld a, [wPriorityScriptBank]
|
||||
call CallScript
|
||||
scf
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user