diff options
Diffstat (limited to 'engine/events/print_photo.asm')
-rw-r--r-- | engine/events/print_photo.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/events/print_photo.asm b/engine/events/print_photo.asm index 9854239f5..b99312eaa 100644 --- a/engine/events/print_photo.asm +++ b/engine/events/print_photo.asm @@ -31,25 +31,25 @@ PhotoStudio: .Text_AskWhichMon: ; Which #MON should I photo- graph? - text_jump UnknownText_0x1be024 + text_far UnknownText_0x1be024 db "@" .Text_HoldStill: ; All righty. Hold still for a bit. - text_jump UnknownText_0x1be047 + text_far UnknownText_0x1be047 db "@" .Text_Presto: ; Presto! All done. Come again, OK? - text_jump UnknownText_0x1be06a + text_far UnknownText_0x1be06a db "@" .Text_NoPicture: ; Oh, no picture? Come again, OK? - text_jump UnknownText_0x1c0000 + text_far UnknownText_0x1c0000 db "@" .Text_Egg: ; An EGG? My talent is worth more… - text_jump UnknownText_0x1c0021 + text_far UnknownText_0x1c0021 db "@" |