Labels for "sent some to mom" text.

This commit is contained in:
IIMarckus 2015-06-11 10:57:45 -06:00
parent 3ea4ebff80
commit 2bf3a322ba
2 changed files with 11 additions and 15 deletions

View File

@ -2544,10 +2544,10 @@ Function3d02b: ; 3d02b
call Function3d099 call Function3d099
call Function3d099 call Function3d099
pop af pop af
jr nc, .asm_3d07b jr nc, .KeepItAll
ld a, [wMomSavingMoney] ld a, [wMomSavingMoney]
and $7 and $7
jr z, .asm_3d07b jr z, .KeepItAll
ld hl, SentToMomTexts ld hl, SentToMomTexts
dec a dec a
ld c, a ld c, a
@ -2559,8 +2559,8 @@ Function3d02b: ; 3d02b
ld l, a ld l, a
jp StdBattleTextBox jp StdBattleTextBox
.asm_3d07b .KeepItAll
ld hl, BattleText_0x809be ld hl, GotMoneyForWinningText
jp StdBattleTextBox jp StdBattleTextBox
; 3d081 ; 3d081
@ -2598,9 +2598,9 @@ Function3d099: ; 3d099
; 3d0ab ; 3d0ab
SentToMomTexts: ; 3d0ab SentToMomTexts: ; 3d0ab
dw BattleText_0x809fc dw SentSomeToMomText
dw BattleText_0x80a2a dw SentHalfToMomText
dw BattleText_0x80a3d dw SentAllToMomText
; 3d0b1 ; 3d0b1

View File

@ -192,13 +192,12 @@ BattleText_0x809a8: ; 0x809a8
prompt prompt
; 0x809be ; 0x809be
BattleText_0x809be: ; 0x809be GotMoneyForWinningText:
text $52, " got ¥@" text $52, " got ¥@"
deciram wc686, $36 deciram wc686, $36
text "" text ""
line "for winning!" line "for winning!"
prompt prompt
; 0x809da
BattleText_0x809da: ; 0x809da BattleText_0x809da: ; 0x809da
text $3f text $3f
@ -212,24 +211,21 @@ TiedAgainstText: ; 0x809eb
prompt prompt
; 0x809fc ; 0x809fc
BattleText_0x809fc: ; 0x809fc SentSomeToMomText:
text $52, " got ¥@" text $52, " got ¥@"
deciram wc686, $36 deciram wc686, $36
text "" text ""
line "for winning!" line "for winning!"
cont "Sent some to MOM!" cont "Sent some to MOM!"
prompt prompt
; 0x80a2a
BattleText_0x80a2a: ; 0x80a2a SentHalfToMomText:
text "Sent half to MOM!" text "Sent half to MOM!"
prompt prompt
; 0x80a3d
BattleText_0x80a3d: ; 0x80a3d SentAllToMomText:
text "Sent all to MOM!" text "Sent all to MOM!"
prompt prompt
; 0x80a4f
BattleText_0x80a4f: ; 0x80a4f BattleText_0x80a4f: ; 0x80a4f
text $53, ": Huh? I" text $53, ": Huh? I"