diff options
author | chaos-lord <dd4791.mariokarter@hotmail.co.uk> | 2017-07-09 18:25:55 +0100 |
---|---|---|
committer | chaos-lord <dd4791.mariokarter@hotmail.co.uk> | 2017-07-09 18:25:55 +0100 |
commit | b335e79de42104b4e1998df42bf19af9f7ad11ed (patch) | |
tree | 9de98df1188d19ded55bed9f943d785bb1392409 /home/text.asm | |
parent | 51b81e4d9734c9db8b673074e6ab26dd8280f61c (diff) | |
parent | 40b27505b32bac1d96e20a168ac96ab3384878b3 (diff) |
Merge branch 'master' into chaos_requests-tppfork
Diffstat (limited to 'home/text.asm')
-rw-r--r-- | home/text.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/text.asm b/home/text.asm index cf5145c..b9bcea2 100644 --- a/home/text.asm +++ b/home/text.asm @@ -52,11 +52,11 @@ Func_310a: ; 0x310a LoadMonNameIntoBottomMessageBufferList: ; 0x3125 increases address to load into by 64 ld b, $1 - jr JumpToPlaceText + jr PlaceText PlaceTextLow: ; 0x3129 disables special loads PlaceTextLow ld b, $0 -JumpToPlaceText: ; 0x312b loads e chars of text text into de +PlaceText: ; 0x312b loads e chars of text text into de ld a, [wd805] and a jp nz, UnusedPlaceString ;unused alternate place string |