diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-07-09 13:17:20 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-07-09 13:17:52 -0400 |
commit | 467d4f0026f7c6b8b0cbadd458b5c29c14a6a661 (patch) | |
tree | 6881bc0baae9393f8777f60210092d5b912dd06f /home/text.asm | |
parent | c0382daeb5959a0be56fbf46de19873fc3a0bb39 (diff) | |
parent | f1612ae5bfcf3e8e7c250b214883f9ae1abe7fbd (diff) |
Merge branch 'master' of github.com:pret/pokepinball
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 a78e2a1..feb972a 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 |