diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-11 22:59:30 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-11 22:59:30 -0500 |
commit | 213dcc70d77ade7cf587d57016cc5bb405494fe8 (patch) | |
tree | e2a91b6700c87dbad04dcf918054c4ae26871776 /engine/link.asm | |
parent | f1f84743f7759a0f808f935add82439ba6637d2b (diff) |
More consistent data tables
Diffstat (limited to 'engine/link.asm')
-rwxr-xr-x | engine/link.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/link.asm b/engine/link.asm index b57e49e1e..7bca8b891 100755 --- a/engine/link.asm +++ b/engine/link.asm @@ -1112,7 +1112,7 @@ TimeCapsule_ReplaceTeruSama: ; 28771 and a ret z push hl - ld hl, .TimeCapsuleAlt + ld hl, TimeCapsule_CatchRateItems .loop ld a, [hli] and a @@ -1129,9 +1129,9 @@ TimeCapsule_ReplaceTeruSama: ; 28771 pop hl ret -.TimeCapsuleAlt: ; 28785 + INCLUDE "data/time_capsule/catch_rate_items.asm" -; 2879e + Link_CopyOTData: ; 2879e .loop |