diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-07-16 17:00:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-16 17:00:57 -0400 |
| commit | d44c7c305c3f94b59e3e2c008408779836a0020a (patch) | |
| tree | 2cdc51be4a22992701038b959d6c964e9ee8fc58 /scripts/Route23.asm | |
| parent | Merge pull request #276 from TheFakeMateo/master (diff) | |
| parent | Define constants for audio commands (diff) | |
| download | pokeyellow-d44c7c305c3f94b59e3e2c008408779836a0020a.tar.gz pokeyellow-d44c7c305c3f94b59e3e2c008408779836a0020a.tar.xz pokeyellow-d44c7c305c3f94b59e3e2c008408779836a0020a.zip | |
Merge pull request #277 from Rangi42/master
Miscellaneous constant and label updates
Diffstat (limited to 'scripts/Route23.asm')
| -rwxr-xr-x | scripts/Route23.asm | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/scripts/Route23.asm b/scripts/Route23.asm index f4d65266..e5318862 100755 --- a/scripts/Route23.asm +++ b/scripts/Route23.asm @@ -32,16 +32,16 @@ Route23Script0: EventFlagBit c, EVENT_PASSED_EARTHBADGE_CHECK + 1, EVENT_PASSED_CASCADEBADGE_CHECK .asm_51224 ld a, [hli] - cp $ff + cp -1 ret z inc e dec c cp b jr nz, .asm_51224 - cp $23 + cp 35 jr nz, .asm_51237 ld a, [wXCoord] - cp $e + cp 14 ret nc .asm_51237 ld a, e @@ -61,7 +61,14 @@ Route23Script0: ret YCoordsData_51255: - db $23,$38,$55,$60,$69,$77,$88,$FF + db 35 + db 56 + db 85 + db 96 + db 105 + db 119 + db 136 + db -1 ; end Route23Script_5125d: ld hl, BadgeTextPointers |
