diff options
author | YamaArashi <shadow962@live.com> | 2016-10-06 21:59:58 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-06 21:59:58 -0700 |
commit | 186358ae31fe56c78d10e9036a49296fa6298654 (patch) | |
tree | 9bd8653ec59f42f33b38f31895054cdd516b6cc1 | |
parent | 3634e8edc2f1e732e1139a71fb2ea6a357027220 (diff) |
fix pokeball coords
-rw-r--r-- | data/data2.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/data2.s b/data/data2.s index 21a0c4c5a..01ea50643 100644 --- a/data/data2.s +++ b/data/data2.s @@ -23925,13 +23925,14 @@ gBirchCircle_Gfx:: gStarterChoose_PokeballCoords:: @ 83F76B8 .byte 60, 64 .byte 120, 88 - .byte 692, 64 + .byte 180, 64 gStarterChoose_LabelCoords:: @ 83F76BE .byte 0, 9 .byte 16, 10 .byte 8, 4 + .align 1 gStarterMons:: @ 83F76C4 .2byte SPECIES_TREECKO .2byte SPECIES_TORCHIC |