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
|
|
@ -163,7 +163,7 @@ BillsHouseText2: ; 1e874 (7:6874)
|
|||
jr nz, .asm_1e8a9
|
||||
ld hl, BillThankYouText
|
||||
call PrintText
|
||||
lb bc, S_S__TICKET, 1
|
||||
lb bc, S_S_TICKET, 1
|
||||
call GiveItem
|
||||
jr nc, .BagFull
|
||||
ld hl, SSTicketReceivedText
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ Route15GateUpstairsText1: ; 49651 (12:5651)
|
|||
jr nz, .asm_49683
|
||||
ld a, 50 ; pokemon needed
|
||||
ld [hOaksAideRequirement], a
|
||||
ld a, EXP__ALL ; oak's aide reward
|
||||
ld a, EXP_ALL ; oak's aide reward
|
||||
ld [hOaksAideRewardItem], a
|
||||
ld [wd11e], a
|
||||
call GetItemName
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ VermilionCityScript0: ; 197e6 (6:57e6)
|
|||
call DisplayTextID
|
||||
CheckEvent EVENT_SS_ANNE_LEFT
|
||||
jr nz, .asm_19810
|
||||
ld b, S_S__TICKET
|
||||
ld b, S_S_TICKET
|
||||
predef GetQuantityOfItemInBag
|
||||
ld a, b
|
||||
and a
|
||||
|
|
@ -170,7 +170,7 @@ VermilionCityText3: ; 198b1 (6:58b1)
|
|||
.asm_198d0
|
||||
ld hl, SSAnneWelcomeText9
|
||||
call PrintText
|
||||
ld b, S_S__TICKET
|
||||
ld b, S_S_TICKET
|
||||
predef GetQuantityOfItemInBag
|
||||
ld a, b
|
||||
and a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue