diff options
author | yenatch <yenatch@gmail.com> | 2016-01-29 01:00:48 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-01-29 01:00:48 -0500 |
commit | 11173a3807bde4e2d5b681717258b5b14f5f2d43 (patch) | |
tree | 8e1692fe02b30ceeb2d797c001e0594175e29b78 /engine/link.asm | |
parent | 289d3dea86b82c4ce7eb7268ef33980688306587 (diff) | |
parent | 5322b56a8357e5e5a8847f3329b52faa3f7016d8 (diff) |
Merge pull request #333 from PikalaxALT/master
Split base stats, rearrange wram.asm, naming screen
Diffstat (limited to 'engine/link.asm')
-rwxr-xr-x | engine/link.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/link.asm b/engine/link.asm index a4d23762b..e425ce4d8 100755 --- a/engine/link.asm +++ b/engine/link.asm @@ -427,7 +427,7 @@ Gen2ToGen2LinkComms: ; 28177 or $3 ld [hl], a ld hl, OTPlayerName - ld de, OTName + ld de, OTClassName ld bc, NAME_LENGTH call CopyBytes call ReturnToMapFromSubmenu @@ -578,7 +578,7 @@ FixDataForLinkTransfer: ; 28434 rept 3 ld [hli], a endr - ld b, wc6d3 - (wMisc + 3) + ld b, $c8 xor a .loop3 ld [hli], a |