Remove unnecessary event and engine flags (#1)

This commit is contained in:
xCrystal
2023-07-25 18:24:38 +02:00
parent 7bbe559252
commit 473c23a727
10 changed files with 37 additions and 1724 deletions

View File

@@ -235,15 +235,6 @@ HatchEggs:
dec a
call SetSeenAndCaughtMon
ld a, [wCurPartySpecies]
cp TOGEPI
jr nz, .nottogepi
; set the event flag for hatching togepi
ld de, EVENT_TOGEPI_HATCHED
ld b, SET_FLAG
call EventFlagAction
.nottogepi
pop de
ld a, [wCurPartySpecies]