mirror of https://github.com/pret/pokecrystal.git
" " → $7f
This commit is contained in:
parent
de073374a6
commit
fc99117d88
|
@ -2290,7 +2290,7 @@ ExitScriptSubroutine:
|
|||
add hl, de
|
||||
ld a, [hli]
|
||||
ld b, a
|
||||
and " "
|
||||
and $7f
|
||||
ld [wScriptBank], a
|
||||
ld a, [hli]
|
||||
ld e, a
|
||||
|
|
Loading…
Reference in New Issue