diff options
| author | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-22 15:12:27 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-22 15:12:27 -0400 |
| commit | 95a66c71107ef2b17622ac723b53473f094c3feb (patch) | |
| tree | 17df3e1c64e1437162f252abdb39e66d802a7cb5 /scripts/NewtypeHouse3.asm | |
| parent | e6a99b8f9e20f7058a140fe7f0668b17ce49c6eb (diff) | |
Simplify bg_event usage, and document map event macro arguments
Diffstat (limited to 'scripts/NewtypeHouse3.asm')
| -rw-r--r-- | scripts/NewtypeHouse3.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
