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/PlayerHouse1F.asm | |
| parent | e6a99b8f9e20f7058a140fe7f0668b17ce49c6eb (diff) | |
Simplify bg_event usage, and document map event macro arguments
Diffstat (limited to 'scripts/PlayerHouse1F.asm')
| -rw-r--r-- | scripts/PlayerHouse1F.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/PlayerHouse1F.asm b/scripts/PlayerHouse1F.asm index b7134b3..3af2a66 100644 --- a/scripts/PlayerHouse1F.asm +++ b/scripts/PlayerHouse1F.asm @@ -2,7 +2,7 @@ include "constants.asm" SECTION "scripts/PlayerHouse1F.asm", ROMX -PlayerHouse1FScriptLoader:: +PlayerHouse1F_ScriptLoader:: ld hl, PlayerHouse1FScriptPointers call RunMapScript call WriteBackMapScriptNumber @@ -39,7 +39,7 @@ PlayerHouse1FSignPointers: dw Function38a2 dw Function38bd dw Function3899 -PlayerHouse1FTextPointers:: +PlayerHouse1F_TextPointers:: dw PlayerHouse1FNPCText1 PlayerHouse1FNPCText1: |
