Skip to content

Commit

Permalink
Fix Kurt making red apricorns
Browse files Browse the repository at this point in the history
  • Loading branch information
vulcandth committed May 11, 2024
1 parent d404fd9 commit 274d46a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maps/KurtsHouse.asm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
const KURTSHOUSE_TWIN2

const_def 1 ; locked Pokémon ID table entries, used for species checking
const KURTSHOUSE_INDEX_RED_APRICORN
const KURTSHOUSE_INDEX_BLU_APRICORN
const KURTSHOUSE_INDEX_YLW_APRICORN
const KURTSHOUSE_INDEX_GRN_APRICORN
Expand All @@ -21,6 +22,7 @@ KurtsHouse_MapScripts:
callback MAPCALLBACK_OBJECTS, KurtsHouseKurtCallback

KurtsHouseLoadReservedIDsCallback:
loaditemindex KURTSHOUSE_INDEX_RED_APRICORN, RED_APRICORN
loaditemindex KURTSHOUSE_INDEX_BLU_APRICORN, BLU_APRICORN
loaditemindex KURTSHOUSE_INDEX_YLW_APRICORN, YLW_APRICORN
loaditemindex KURTSHOUSE_INDEX_GRN_APRICORN, GRN_APRICORN
Expand Down

0 comments on commit 274d46a

Please sign in to comment.