Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding bank14, good chunk of text transcribed and labelled in bank0d, renaming farcall to callab, and much more #112

Merged
merged 13 commits into from
Jan 16, 2025
Prev Previous commit
Next Next commit
Merge branch 'master' into pr/112
  • Loading branch information
vulcandth committed Jan 11, 2025
commit db4086faf11a5628b1df32cc4e520b412cb5728f
18 changes: 9 additions & 9 deletions engine/dumps/bank03.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2384,7 +2384,7 @@ BoxSelectFunc:
ld c, $00
.sub_e3f2
push hl
ld de, DummyBox
ld de, DummyBoxText
call CopyString
ld a, "0"
add c
Expand All @@ -2400,8 +2400,8 @@ BoxSelectFunc:
jr c, .sub_e3f2
ret

DummyBox:
db "ダミーボックス@"
DummyBoxText:
db "ダミーボックス@" ; "Dummy Box"

Datae414:
db $40, $00, $00, $0c, $13, $1c, $64, $01
Expand Down Expand Up @@ -3329,16 +3329,16 @@ Textec0e:
line "てんそうされた!"
prompt

Textec27:
BallSentToSomeonesPCText_2:
text_from_ram wBoxMonNicknames
text "は だれかの <PC>に"
line "てんそうされた!"
text "は だれかの <PC>に" ; "was transferred to"
line "てんそうされた!" ; "Someone's PC!"
prompt

Textec3e:
NewDexDataText_2:
text_from_ram wEnemyMonNickname
text "の データが あたらしく"
line "#ずかんに セーブされます!@"
text "の データが あたらしく" ; "New Dex data will"
line "#ずかんに セーブされます!@" ; "be added for (MON)!"

Textec5e:
sound_slot_machine_start
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.