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/StandHouse.asm | |
parent | e6a99b8f9e20f7058a140fe7f0668b17ce49c6eb (diff) |
Simplify bg_event usage, and document map event macro arguments
Diffstat (limited to 'scripts/StandHouse.asm')
-rw-r--r-- | scripts/StandHouse.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/StandHouse.asm b/scripts/StandHouse.asm index d8b22a6..14044a1 100644 --- a/scripts/StandHouse.asm +++ b/scripts/StandHouse.asm @@ -2,10 +2,10 @@ INCLUDE "constants.asm" SECTION "scripts/StandHouse.asm", ROMX -StandHouseScriptLoader:: +StandHouse_ScriptLoader:: ret -StandHouseTextPointers:: +StandHouse_TextPointers:: dw MapDefaultText dw MapDefaultText dw MapDefaultText |