mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Fewer underscores in constants
This commit is contained in:
parent
4c5c791264
commit
351146024b
39 changed files with 92 additions and 92 deletions
|
|
@ -903,7 +903,7 @@ FaintEnemyPokemon: ; 0x3c567
|
|||
call SaveScreenTilesToBuffer1
|
||||
xor a
|
||||
ld [wBattleResult], a
|
||||
ld b, EXP__ALL
|
||||
ld b, EXP_ALL
|
||||
call IsItemInBag
|
||||
push af
|
||||
jr z, .giveExpToMonsThatFought ; if no exp all, then jump
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
PayDayEffect_ ; 2feb8 (b:7eb8)
|
||||
PayDayEffect_: ; 2feb8 (b:7eb8)
|
||||
xor a
|
||||
ld hl, wcd6d
|
||||
ld [hli], a
|
||||
|
|
|
|||
|
|
@ -280,8 +280,8 @@ TrainerClassMoveChoiceModifications: ; 3989b (e:589b)
|
|||
db 1,0 ; BUG CATCHER
|
||||
db 1,0 ; LASS
|
||||
db 1,3,0 ; SAILOR
|
||||
db 1,0 ; JR__TRAINER_M
|
||||
db 1,0 ; JR__TRAINER_F
|
||||
db 1,0 ; JR_TRAINER_M
|
||||
db 1,0 ; JR_TRAINER_F
|
||||
db 1,2,3,0; POKEMANIAC
|
||||
db 1,2,0 ; SUPER_NERD
|
||||
db 1,0 ; HIKER
|
||||
|
|
@ -311,7 +311,7 @@ TrainerClassMoveChoiceModifications: ; 3989b (e:589b)
|
|||
db 1,0 ; BRUNO
|
||||
db 1,0 ; BROCK
|
||||
db 1,3,0 ; MISTY
|
||||
db 1,3,0 ; LT__SURGE
|
||||
db 1,3,0 ; LT_SURGE
|
||||
db 1,3,0 ; ERIKA
|
||||
db 1,3,0 ; KOGA
|
||||
db 1,3,0 ; BLAINE
|
||||
|
|
@ -742,7 +742,7 @@ AIUseGuardSpec: ; 3a7b5 (e:67b5)
|
|||
call AIPlayRestoringSFX
|
||||
ld hl,wEnemyBattleStatus2
|
||||
set 1,[hl]
|
||||
ld a,GUARD_SPEC_
|
||||
ld a,GUARD_SPEC
|
||||
jp AIPrintItemUse
|
||||
|
||||
AIUseDireHit: ; 0x3a7c2 unused
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue