You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Remove even more address comments
That should be all of them this time
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
PokedexDataPointerTable: ; 0x44378
|
||||
PokedexDataPointerTable:
|
||||
; entries correspond to constants/pokemon_constants.asm
|
||||
dw BulbasaurPokedexEntry
|
||||
dw IvysaurPokedexEntry
|
||||
@@ -251,4 +251,3 @@ PokedexDataPointerTable: ; 0x44378
|
||||
dw LugiaPokedexEntry
|
||||
dw HoOhPokedexEntry
|
||||
dw CelebiPokedexEntry
|
||||
; 0x4456e
|
||||
|
@@ -1,6 +1,6 @@
|
||||
; Every Pokémon sorted alphabetically by name.
|
||||
|
||||
AlphabeticalPokedexOrder: ; 0x40c65
|
||||
AlphabeticalPokedexOrder:
|
||||
db ABRA
|
||||
db AERODACTYL
|
||||
db AIPOM
|
||||
@@ -252,4 +252,3 @@ AlphabeticalPokedexOrder: ; 0x40c65
|
||||
db YANMA
|
||||
db ZAPDOS
|
||||
db ZUBAT
|
||||
; 0x40d60
|
||||
|
@@ -1,6 +1,6 @@
|
||||
; Every Pokémon sorted in New Pokédex Order.
|
||||
|
||||
NewPokedexOrder: ; 0x40d60
|
||||
NewPokedexOrder:
|
||||
db CHIKORITA
|
||||
db BAYLEEF
|
||||
db MEGANIUM
|
||||
@@ -252,4 +252,3 @@ NewPokedexOrder: ; 0x40d60
|
||||
db MEWTWO
|
||||
db MEW
|
||||
db CELEBI
|
||||
; 0x40e5b
|
||||
|
@@ -1,4 +1,4 @@
|
||||
EggMovePointers:: ; 0x23b11
|
||||
EggMovePointers::
|
||||
dw BulbasaurEggMoves
|
||||
dw NoEggMoves
|
||||
dw NoEggMoves
|
||||
@@ -254,4 +254,3 @@ endc
|
||||
dw NoEggMoves
|
||||
dw NoEggMoves
|
||||
dw NoEggMoves
|
||||
; 0x23d07
|
||||
|
@@ -1,6 +1,6 @@
|
||||
; Evolutions and attacks are grouped together since they're both checked at level-up.
|
||||
|
||||
EvosAttacksPointers:: ; 0x425b1
|
||||
EvosAttacksPointers::
|
||||
dw BulbasaurEvosAttacks
|
||||
dw IvysaurEvosAttacks
|
||||
dw VenusaurEvosAttacks
|
||||
@@ -252,4 +252,3 @@ EvosAttacksPointers:: ; 0x425b1
|
||||
dw LugiaEvosAttacks
|
||||
dw HoOhEvosAttacks
|
||||
dw CelebiEvosAttacks
|
||||
; 0x427a7
|
||||
|
Reference in New Issue
Block a user