mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
commit
c34156c5fb
139 changed files with 4178 additions and 1703 deletions
|
|
@ -1,8 +1,7 @@
|
|||
CableClubNPC: ; 71c5 (1:71c5)
|
||||
ld hl, CableClubNPCWelcomeText
|
||||
call PrintText
|
||||
ld a, [wd74b]
|
||||
bit 5, a ; received pokedex?
|
||||
CheckEvent EVENT_GOT_POKEDEX
|
||||
jp nz, .receivedPokedex
|
||||
; if the player hasn't received the pokedex
|
||||
ld c, 60
|
||||
|
|
|
|||
|
|
@ -65,9 +65,7 @@ GiveFossilToCinnabarLab: ; 61006 (18:5006)
|
|||
callba RemoveItemByID
|
||||
ld hl, LabFossil_610b8
|
||||
call PrintText
|
||||
ld hl, wd7a3
|
||||
set 0, [hl]
|
||||
set 1, [hl]
|
||||
SetEvents EVENT_GAVE_FOSSIL_TO_LAB, EVENT_LAB_STILL_REVIVING_FOSSIL
|
||||
ret
|
||||
.asm_610a7
|
||||
ld hl, LabFossil_610bd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue