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/NewtypeLeague2F.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/NewtypeLeague2F.asm') diff --git a/scripts/NewtypeLeague2F.asm b/scripts/NewtypeLeague2F.asm index f7de676..f90a6cb 100644 --- a/scripts/NewtypeLeague2F.asm +++ b/scripts/NewtypeLeague2F.asm @@ -2,10 +2,10 @@ INCLUDE "constants.asm" SECTION "scripts/NewtypeLeague2F.asm", ROMX -NewtypeLeague2FScriptLoader:: +NewtypeLeague2F_ScriptLoader:: ret -NewtypeLeague2FTextPointers:: +NewtypeLeague2F_TextPointers:: dw MapDefaultText dw MapDefaultText dw MapDefaultText -- cgit v1.2.3