You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Merge branch 'dev' of https://github.com/TheMostCuriousThing/pokecrystal (resolve PR #460)
# Conflicts: # engine/battle/core.asm # engine/save.asm
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
EmptyAllSRAMBanks: ; 4cf1f
|
||||
ld a, $0
|
||||
ld a, 0
|
||||
call .EmptyBank
|
||||
ld a, $1
|
||||
ld a, 1
|
||||
call .EmptyBank
|
||||
ld a, $2
|
||||
ld a, 2
|
||||
call .EmptyBank
|
||||
ld a, $3
|
||||
ld a, 3
|
||||
call .EmptyBank
|
||||
ret
|
||||
|
||||
|
Reference in New Issue
Block a user