diff options
Diffstat (limited to 'src/engine/bank6.asm')
-rwxr-xr-x | src/engine/bank6.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/engine/bank6.asm b/src/engine/bank6.asm index 39011da..54dea48 100755 --- a/src/engine/bank6.asm +++ b/src/engine/bank6.asm @@ -124,23 +124,23 @@ Func_1a61f: ; 1a61f (6:661f) ld a, $76 call $663b ld a, $c1 - text_hl ReceivedLegendaryCard + text_hl ReceivedLegendaryCardText jr .asm_1a660 .asm_1a640 - text_hl ReceivedCard + text_hl ReceivedCardText cp $1e jr z, .asm_1a660 cp $43 jr z, .asm_1a660 - text_hl ReceivedPromotionalFlyingPikachu + text_hl ReceivedPromotionalFlyingPikachuText cp $64 jr z, .asm_1a660 - text_hl ReceivedPromotionalSurfingPikachu + text_hl ReceivedPromotionalSurfingPikachuText cp $65 jr z, .asm_1a660 cp $66 jr z, .asm_1a660 - text_hl ReceivedPromotionalCard + text_hl ReceivedPromotionalCardText .asm_1a660 push hl ld e, a |