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/NewtypeHouse3.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/NewtypeHouse3.asm') diff --git a/scripts/NewtypeHouse3.asm b/scripts/NewtypeHouse3.asm index 87fe10c..41db181 100644 --- a/scripts/NewtypeHouse3.asm +++ b/scripts/NewtypeHouse3.asm @@ -2,10 +2,10 @@ INCLUDE "constants.asm" SECTION "scripts/NewtypeHouse3.asm", ROMX -NewtypeHouse3ScriptLoader:: +NewtypeHouse3_ScriptLoader:: ret -NewtypeHouse3TextPointers:: +NewtypeHouse3_TextPointers:: dw MapDefaultText dw MapDefaultText dw MapDefaultText -- cgit v1.2.3