mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
commented SGB palette stuff
This commit is contained in:
parent
43fddc803f
commit
64cfbcce7a
34 changed files with 408 additions and 334 deletions
|
|
@ -127,7 +127,7 @@ ItemUseBall: ; d687 (3:5687)
|
|||
ld hl,W_NUMSAFARIBALLS
|
||||
dec [hl]
|
||||
.skipSafariZoneCode
|
||||
call GoPAL_SET_CF1C
|
||||
call RunDefaultPaletteCommand
|
||||
ld a,$43
|
||||
ld [wd11e],a
|
||||
call LoadScreenTilesFromBuffer1 ;restore screenBuffer from Backup
|
||||
|
|
@ -1111,7 +1111,7 @@ ItemUseMedicine: ; dabb (3:5abb)
|
|||
and a ; using Softboiled?
|
||||
ret nz ; if so, return
|
||||
call GBPalWhiteOut
|
||||
call z,GoPAL_SET_CF1C
|
||||
call z,RunDefaultPaletteCommand
|
||||
ld a,[W_ISINBATTLE]
|
||||
and a
|
||||
ret nz
|
||||
|
|
@ -1928,7 +1928,7 @@ ItemUsePPRestore: ; e31e (3:631e)
|
|||
pop af
|
||||
ld [wWhichPokemon],a
|
||||
call GBPalWhiteOut
|
||||
call GoPAL_SET_CF1C
|
||||
call RunDefaultPaletteCommand
|
||||
jp RemoveUsedItem
|
||||
.afterRestoringPP ; after using a (Max) Ether/Elixir
|
||||
ld a,[wWhichPokemon]
|
||||
|
|
@ -2032,7 +2032,7 @@ ItemUsePPRestore: ; e31e (3:631e)
|
|||
call ItemUseNoEffect
|
||||
.itemNotUsed
|
||||
call GBPalWhiteOut
|
||||
call GoPAL_SET_CF1C
|
||||
call RunDefaultPaletteCommand
|
||||
pop af
|
||||
xor a
|
||||
ld [wActionResultOrTookBattleTurn],a ; item use failed
|
||||
|
|
@ -2125,7 +2125,7 @@ ItemUseTMHM: ; e479 (3:6479)
|
|||
pop af
|
||||
call GBPalWhiteOutWithDelay3
|
||||
call ClearSprites
|
||||
call GoPAL_SET_CF1C
|
||||
call RunDefaultPaletteCommand
|
||||
jp LoadScreenTilesFromBuffer1 ; restore saved screen
|
||||
.checkIfAbleToLearnMove
|
||||
predef CanLearnTM ; check if the pokemon can learn the move
|
||||
|
|
@ -2201,7 +2201,7 @@ ItemUseNotYoursToUse: ; e586 (3:6586)
|
|||
jr ItemUseFailed
|
||||
|
||||
ThrowBallAtTrainerMon: ; e58b (3:658b)
|
||||
call GoPAL_SET_CF1C
|
||||
call RunDefaultPaletteCommand
|
||||
call LoadScreenTilesFromBuffer1 ; restore saved screen
|
||||
call Delay3
|
||||
ld a,TOSS_ANIM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue