Skip to content

Commit

Permalink
Update pokemon_constants.asm
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohgrimm authored Jan 18, 2023
1 parent 1dd4886 commit 734365a
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions constants/pokemon_constants.asm
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
const BLASTOISE ; $1C
const PINSIR ; $1D
const TANGELA ; $1E
const_skip ; $1F
const_skip ; $20
const GROWLITHE ; $21
const ONIX ; $22
const FEAROW ; $23
Expand All @@ -54,17 +56,26 @@
const PSYDUCK ; $2F
const DROWZEE ; $30
const GOLEM ; $31
const_skip ; $32
const MAGMAR ; $33
const_skip ; $34
const ELECTABUZZ ; $35
const MAGNETON ; $36
const KOFFING ; $37
const_skip ; $38
const MANKEY ; $39
const SEEL ; $3A
const DIGLETT ; $3B
const TAUROS ; $3C
const_skip ; $3D
const_skip ; $3E
const_skip ; $3F
const FARFETCHD ; $40
const VENONAT ; $41
const DRAGONITE ; $42
const_skip ; $43
const_skip ; $44
const_skip ; $45
const DODUO ; $46
const POLIWAG ; $47
const JYNX ; $48
Expand All @@ -74,16 +85,23 @@
const DITTO ; $4C
const MEOWTH ; $4D
const KRABBY ; $4E
const_skip ; $4F
const_skip ; $50
const_skip ; $51
const VULPIX ; $52
const NINETALES ; $53
const PIKACHU ; $54
const RAICHU ; $55
const_skip ; $56
const_skip ; $57
const DRATINI ; $58
const DRAGONAIR ; $59
const KABUTO ; $5A
const KABUTOPS ; $5B
const HORSEA ; $5C
const SEADRA ; $5D
const_skip ; $5E
const_skip ; $5F
const SANDSHREW ; $60
const SANDSLASH ; $61
const OMANYTE ; $62
Expand All @@ -103,29 +121,38 @@
const WEEDLE ; $70
const KAKUNA ; $71
const BEEDRILL ; $72
const_skip ; $73
const DODRIO ; $74
const PRIMEAPE ; $75
const DUGTRIO ; $76
const VENOMOTH ; $77
const DEWGONG ; $78
const_skip ; $79
const_skip ; $7A
const CATERPIE ; $7B
const METAPOD ; $7C
const BUTTERFREE ; $7D
const MACHAMP ; $7E
const_skip ; $7F
const GOLDUCK ; $80
const HYPNO ; $81
const GOLBAT ; $82
const MEWTWO ; $83
const SNORLAX ; $84
const MAGIKARP ; $85
const_skip ; $86
const_skip ; $87
const MUK ; $88
const_skip ; $89
const KINGLER ; $8A
const CLOYSTER ; $8B
const_skip ; $8C
const ELECTRODE ; $8D
const CLEFABLE ; $8E
const WEEZING ; $8F
const PERSIAN ; $90
const MAROWAK ; $91
const_skip ; $92
const HAUNTER ; $93
const ABRA ; $94
const ALAKAZAM ; $95
Expand All @@ -135,8 +162,13 @@
const BULBASAUR ; $99
const VENUSAUR ; $9A
const TENTACRUEL ; $9B
const_skip ; $9C
const GOLDEEN ; $9D
const SEAKING ; $9E
const_skip ; $9F
const_skip ; $A0
const_skip ; $A1
const_skip ; $A2
const PONYTA ; $A3
const RAPIDASH ; $A4
const RATTATA ; $A5
Expand All @@ -146,12 +178,16 @@
const GEODUDE ; $A9
const PORYGON ; $AA
const AERODACTYL ; $AB
const_skip ; $AC
const MAGNEMITE ; $AD
const_skip ; $AE
const_skip ; $AF
const CHARMANDER ; $B0
const SQUIRTLE ; $B1
const CHARMELEON ; $B2
const WARTORTLE ; $B3
const CHARIZARD ; $B4
const_skip ; $B5
const FOSSIL_KABUTOPS ; $B6
const FOSSIL_AERODACTYL ; $B7
const MON_GHOST ; $B8
Expand Down

0 comments on commit 734365a

Please sign in to comment.