More consistent data tables

This commit is contained in:
Remy Oukaour
2017-12-11 22:59:30 -05:00
parent f1f84743f7
commit 213dcc70d7
32 changed files with 653 additions and 583 deletions

View File

@@ -2,6 +2,7 @@
; catch rate as an item. However, if the catch rate appears in this table, the
; item associated with the table entry is used instead.
TimeCapsule_CatchRateItems: ; 28785
db ITEM_19, LEFTOVERS
db ITEM_2D, BITTER_BERRY
db ITEM_32, GOLD_BERRY
@@ -15,3 +16,4 @@
db ITEM_FA, BERRY
db -1, BERRY
db 0 ; end
; 2879e

View File

@@ -1,3 +1,4 @@
Pokered_MonIndices: ; fb91c
db RHYDON
db KANGASKHAN
db NIDORAN_M
@@ -251,3 +252,4 @@
db QWILFISH
db WOBBUFFET
db WOBBUFFET
; fba18

View File

@@ -1,4 +1,6 @@
; The original base Special stat for each Pokémon from Red/Blue
KantoMonSpecials: ; fb656
db 65 ; BULBASAUR
db 80 ; IVYSAUR
db 100 ; VENUSAUR
@@ -150,3 +152,4 @@
db 100 ; DRAGONITE
db 154 ; MEWTWO
db 100 ; MEW
; fb6ed