Skip to content

Commit

Permalink
add support for ursaluna blood moon
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbenington committed Nov 18, 2024
1 parent 15241a0 commit da1ab85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/types/SAVTypes/radicalred/G3RRSAV.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { GameOfOrigin } from 'pokemon-resources'
import { NationalDex } from 'pokemon-species-data'
import { BLOOD_MOON, ORIGIN, SPIKY_EAR } from '../../../consts/Formes'
import { ORIGIN, SPIKY_EAR } from '../../../consts/Formes'
import {
bytesToUint16LittleEndian,
bytesToUint32LittleEndian,
Expand All @@ -26,7 +26,6 @@ const RR_TRANSFER_RESTRICTIONS: TransferRestrictions = {
[NationalDex.Pichu]: [SPIKY_EAR],
[NationalDex.Dialga]: [ORIGIN],
[NationalDex.Palkia]: [ORIGIN],
[NationalDex.Ursaluna]: [BLOOD_MOON],
},
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5436,7 +5436,7 @@ export const RadicalRedToNationalDexMap: Record<string, RadicalRedToNationalDexE
},
'1356': {
NationalDexIndex: 901,
FormIndex: 0,
FormIndex: 1,
},
'1357': {
NationalDexIndex: 1017,
Expand Down

0 comments on commit da1ab85

Please sign in to comment.