From 95a66c71107ef2b17622ac723b53473f094c3feb Mon Sep 17 00:00:00 2001 From: Rangi Date: Tue, 22 Sep 2020 15:12:27 -0400 Subject: Simplify bg_event usage, and document map event macro arguments --- scripts/PlayerHouse1F.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/PlayerHouse1F.asm') diff --git a/scripts/PlayerHouse1F.asm b/scripts/PlayerHouse1F.asm index b7134b3..3af2a66 100644 --- a/scripts/PlayerHouse1F.asm +++ b/scripts/PlayerHouse1F.asm @@ -2,7 +2,7 @@ include "constants.asm" SECTION "scripts/PlayerHouse1F.asm", ROMX -PlayerHouse1FScriptLoader:: +PlayerHouse1F_ScriptLoader:: ld hl, PlayerHouse1FScriptPointers call RunMapScript call WriteBackMapScriptNumber @@ -39,7 +39,7 @@ PlayerHouse1FSignPointers: dw Function38a2 dw Function38bd dw Function3899 -PlayerHouse1FTextPointers:: +PlayerHouse1F_TextPointers:: dw PlayerHouse1FNPCText1 PlayerHouse1FNPCText1: -- cgit v1.2.3