expanded Pokemon size

Rhyperior files are dummies and will need to be properly edited with sprites, Rhydon evo data, etc, but it (and the other files included) show that the trainer and pokemon sprite indexes have been separated, which allows us to add the other KEP mons
This commit is contained in:
emaskyesmogon 2022-08-31 20:47:02 -06:00
parent b33e266d44
commit 1893b4c7cf
28 changed files with 160 additions and 24 deletions

View file

@ -33,6 +33,8 @@ Route22Script_50ed6:
.asm_50ee1
ld a, [hl]
ld [wTrainerNo], a
ld a, 1
ld [wIsTrainerBattle], a
ret
Route22MoveRivalSprite:
@ -149,6 +151,8 @@ Route22Script2:
ld a, [wIsInBattle]
cp $ff
jp z, Route22Script_50ece
xor a
ld [wIsTrainerBattle], a
ld a, [wSpritePlayerStateData1FacingDirection]
and a ; cp SPRITE_FACING_DOWN
jr nz, .notDown
@ -304,6 +308,8 @@ Route22Script5:
ld a, [wIsInBattle]
cp $ff
jp z, Route22Script_50ece
xor a
ld [wIsTrainerBattle], a
ld a, $2
ldh [hSpriteIndex], a
ld a, [wcf0d]