From d8dae96f35222ababb9688ce2aed3292515f8ca2 Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Thu, 9 Jun 2016 21:20:02 -0400 Subject: Implement handy text macros from yellow --- engine/hidden_object_functions17.asm | 2 +- engine/hidden_object_functions18.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'engine') diff --git a/engine/hidden_object_functions17.asm b/engine/hidden_object_functions17.asm index ffcc33c3..67cba382 100755 --- a/engine/hidden_object_functions17.asm +++ b/engine/hidden_object_functions17.asm @@ -11,7 +11,7 @@ OpenRedsPC: ; 5db86 (17:5b86) tx_pre_jump RedBedroomPCText RedBedroomPCText: ; 5db8e (17:5b8e) - db $fc ; FuncTX_ItemStoragePC + TX_PLAYERS_PC Route15GateLeftBinoculars: ; 5db8f (17:5b8f) ld a, [wSpriteStateData1 + 9] diff --git a/engine/hidden_object_functions18.asm b/engine/hidden_object_functions18.asm index ab66a818..e8b990e5 100755 --- a/engine/hidden_object_functions18.asm +++ b/engine/hidden_object_functions18.asm @@ -195,4 +195,4 @@ OpenPokemonCenterPC: ; 62516 (18:6516) tx_pre_jump PokemonCenterPCText PokemonCenterPCText: ; 62529 (18:6529) - db $F9 ; FuncTX_PokemonCenterPC + TX_POKECENTER_PC -- cgit v1.2.3