You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Document bugfix: ScriptCall can overflow wScriptStack and crash
This commit is contained in:
@ -1454,7 +1454,7 @@ ScriptCall:
|
||||
ld hl, wScriptStackSize
|
||||
ld e, [hl]
|
||||
inc [hl]
|
||||
ld d, $0
|
||||
ld d, 0
|
||||
ld hl, wScriptStack
|
||||
add hl, de
|
||||
add hl, de
|
||||
|
Reference in New Issue
Block a user