diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-09 15:59:08 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-09 15:59:08 -0500 |
commit | 3a2dbb5289e745dfb5f26844148c0981f14e8fcf (patch) | |
tree | dfb418aa41502c67ae3f75bab4d3df91b5cfd6c1 /common/init.asm | |
parent | 37e1aa4e8ec2400ba97db4c767bd3a9fcd43a1ac (diff) | |
parent | abb7f2fa20e49cf56a55c81d4ec86431e3009098 (diff) |
Merge branch 'yenatch/split-predefs-specials-stds' into fix-split-predefs-specials-stds
https://github.com/kanzure/pokecrystal/pull/198
Diffstat (limited to 'common/init.asm')
-rw-r--r-- | common/init.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/init.asm b/common/init.asm index 3104c416d..ead75975c 100644 --- a/common/init.asm +++ b/common/init.asm @@ -156,7 +156,7 @@ Init: ; 17d ld a, [hCGB] and a jr z, .asm_22b - call Function2ff7 + call NormalSpeed .asm_22b xor a |