KrissHouse → PlayersHouse

This commit is contained in:
Rangi
2018-01-22 19:10:09 -05:00
parent 7f187be36c
commit 363d8b9242
26 changed files with 204 additions and 204 deletions

View File

@@ -328,14 +328,14 @@ Function17d0f3: ; 17d0f3
; 17d187
Mobile_CopyDefaultOTName: ; 17d187
ld hl, Mobile5F_KrissName
ld hl, Mobile5F_PlayersName
ld de, $c63d
ld bc, 5
call CopyBytes
ret
; 17d194
Mobile5F_KrissName:
Mobile5F_PlayersName:
db "クりス@@"
; 17d198
@@ -371,7 +371,7 @@ Mobile_CopyDefaultMailAuthor: ; 17d1c9
ld de, $c668
ld bc, 5
call ByteFill
ld hl, Mobile5F_KrissName
ld hl, Mobile5F_PlayersName
ld de, $c668
ld bc, 5
call CopyBytes