diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-07-02 14:43:51 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-07-02 14:43:51 -0500 |
commit | 470e41e5852bbf4f7eaf5d3bf546f02b9704e9bd (patch) | |
tree | fcf1a88bcf21bdd0d3cfa83af6b2120c7e187449 /main.asm | |
parent | 7fc29c831ba0d7b1d7e36c09a7d5736c64bc8209 (diff) |
Use constant for number of times needed to beat mewtwo bonus stage for mew
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -368,7 +368,7 @@ CheckForMew: cp $8 jr nz, .asm_10155 ld a, [wNumMewtwoBonusCompletions] - cp $2 + cp NUM_MEWTWO_COMPLETIONS_FOR_MEW jr nz, .asm_10155 pop af xor a |