diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-07-09 09:27:38 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-07-09 09:27:38 -0700 |
commit | de56314d54675347b4065f7f23384e4cb6d8a3dd (patch) | |
tree | 2a3c535e347673a9d9533c5e3cd992a2b1134dad /home/text.asm | |
parent | 2f7383f03d9e7368d744690be93e811a052d0d42 (diff) |
Label ball upgrade and CAVE lights
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 |