diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-06 10:33:58 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-06 10:33:58 -0500 |
| commit | 13d4d533f7c5904391309e72f4b7937210b1c476 (patch) | |
| tree | 12af6219abc245f24a8931684c3240c95970b21d /scripts/Route22Gate.asm | |
| parent | Merge pull request #301 from Rangi42/master (diff) | |
| download | pokeyellow-13d4d533f7c5904391309e72f4b7937210b1c476.tar.gz pokeyellow-13d4d533f7c5904391309e72f4b7937210b1c476.tar.xz pokeyellow-13d4d533f7c5904391309e72f4b7937210b1c476.zip | |
Sync more with pokeyellow
Diffstat (limited to 'scripts/Route22Gate.asm')
| -rwxr-xr-x | scripts/Route22Gate.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Route22Gate.asm b/scripts/Route22Gate.asm index 5acc343c..8a726515 100755 --- a/scripts/Route22Gate.asm +++ b/scripts/Route22Gate.asm @@ -59,7 +59,7 @@ Route22Gate_TextPointers: Route22GateText1: text_asm ld a, [wObtainedBadges] - bit 0, a + bit BIT_BOULDERBADGE, a jr nz, .asm_1e6f6 ld hl, Route22GateText_1e704 call PrintText |
