diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-11 22:59:30 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-11 22:59:30 -0500 |
| commit | 213dcc70d77ade7cf587d57016cc5bb405494fe8 (patch) | |
| tree | e2a91b6700c87dbad04dcf918054c4ae26871776 /data/time_capsule | |
| parent | f1f84743f7759a0f808f935add82439ba6637d2b (diff) | |
More consistent data tables
Diffstat (limited to 'data/time_capsule')
| -rw-r--r-- | data/time_capsule/catch_rate_items.asm | 2 | ||||
| -rw-r--r-- | data/time_capsule/mon_order.asm | 2 | ||||
| -rw-r--r-- | data/time_capsule/special_stats.asm | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/data/time_capsule/catch_rate_items.asm b/data/time_capsule/catch_rate_items.asm index 1db3818f8..fbab7d434 100644 --- a/data/time_capsule/catch_rate_items.asm +++ b/data/time_capsule/catch_rate_items.asm @@ -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 diff --git a/data/time_capsule/mon_order.asm b/data/time_capsule/mon_order.asm index 2769794e6..e40ba0273 100644 --- a/data/time_capsule/mon_order.asm +++ b/data/time_capsule/mon_order.asm @@ -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 diff --git a/data/time_capsule/special_stats.asm b/data/time_capsule/special_stats.asm index 7da90e1c9..9998692ab 100644 --- a/data/time_capsule/special_stats.asm +++ b/data/time_capsule/special_stats.asm @@ -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 |
