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/WestHouse1.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/WestHouse1.asm') diff --git a/scripts/WestHouse1.asm b/scripts/WestHouse1.asm index 962bf9c..42f3a4f 100644 --- a/scripts/WestHouse1.asm +++ b/scripts/WestHouse1.asm @@ -2,10 +2,10 @@ INCLUDE "constants.asm" SECTION "scripts/WestHouse1.asm", ROMX -WestHouse1ScriptLoader:: +WestHouse1_ScriptLoader:: ret -WestHouse1TextPointers:: +WestHouse1_TextPointers:: dw MapDefaultText dw MapDefaultText dw MapDefaultText -- cgit v1.2.3