mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 20:16:26 +13:00
tweaks
still struggling with the removepokemon bit...
This commit is contained in:
parent
e02a4b54ef
commit
0bda742995
|
@ -250,5 +250,5 @@ MapSongBanks::
|
|||
db MUSIC_POKEMON_TOWER, 0 ; AGATHAS_ROOM
|
||||
db MUSIC_DUNGEON3, 0 ; ROCK_TUNNEL_B1F
|
||||
db MUSIC_DUNGEON2, 0 ; GIOVANNIS_ROOM
|
||||
db MUSIC_INDIGO_PLATEAU, 0 ; BATTLE_TENT
|
||||
db MUSIC_GYM, 0 ; BATTLE_TENT
|
||||
assert_table_length NUM_MAPS
|
||||
|
|
|
@ -216,8 +216,8 @@ BTTrainerClassList::
|
|||
db BIRD_KEEPER, SPRITE_COOLTRAINER_M, 6
|
||||
db BLACKBELT, SPRITE_HIKER, 2
|
||||
db SCIENTIST, SPRITE_SCIENTIST, 8
|
||||
db FIREFIGHTER, SPRITE_COOLTRAINER_M, 0
|
||||
db JACK, SPRITE_BALDING_GUY, 0
|
||||
db FIREFIGHTER, SPRITE_FISHER, 0
|
||||
db JACK, SPRITE_SCIENTIST, 8
|
||||
db CHANNELER, SPRITE_CHANNELER, 8
|
||||
|
||||
BTMonList::
|
||||
|
|
|
@ -176,7 +176,7 @@ BattleTent_RestoreTeam:
|
|||
xor a
|
||||
ld [wRemoveMonFromBox], a
|
||||
ld [wWhichPokemon], a
|
||||
call RemovePokemon
|
||||
call _RemovePokemon
|
||||
pop bc
|
||||
dec b
|
||||
jr nz, .removeloop
|
||||
|
@ -201,7 +201,7 @@ BattleTent_RestoreTeam:
|
|||
call MoveMon
|
||||
ld a, $1
|
||||
ld [wRemoveMonFromBox], a
|
||||
call RemovePokemon
|
||||
call _RemovePokemon
|
||||
pop bc
|
||||
dec b
|
||||
jr nz, .withdloop
|
||||
|
|
Loading…
Reference in a new issue