# Conflicts:
#	engine/battle/core.asm
#	engine/save.asm
This commit is contained in:
Remy Oukaour
2018-01-14 23:00:22 -05:00
54 changed files with 298 additions and 324 deletions

View File

@@ -206,7 +206,7 @@ Predef_GetMonBackpic: ; 5116c
ld c, a
ld a, [rSVBK]
push af
ld a, $6
ld a, BANK(wDecompressScratch)
ld [rSVBK], a
push de
@@ -327,7 +327,7 @@ Predef_GetTrainerPic: ; 5120d
call AddNTimes
ld a, [rSVBK]
push af
ld a, $6
ld a, BANK(wDecompressScratch)
ld [rSVBK], a
push de
ld a, BANK(TrainerPicPointers)
@@ -358,7 +358,7 @@ Predef_Decompress: ; 5125d
ld a, [rSVBK]
push af
ld a, 6
ld a, BANK(wDecompressScratch)
ld [rSVBK], a
push de