diff options
| author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-08 17:34:41 -0400 |
|---|---|---|
| committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-08 17:34:41 -0400 |
| commit | ca09233c9eca4c6b9b0ccfba436dcd7e3b3e669c (patch) | |
| tree | 4f7596be6169491f801756fdda59d6b51a751afe /maps/Route1Gate1F.asm | |
| parent | 116b3b251931b0cd973d5d3f312fa32c2b16b197 (diff) | |
Build files in maps/
Diffstat (limited to 'maps/Route1Gate1F.asm')
| -rw-r--r-- | maps/Route1Gate1F.asm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/maps/Route1Gate1F.asm b/maps/Route1Gate1F.asm index 1ab0485..c393aa6 100644 --- a/maps/Route1Gate1F.asm +++ b/maps/Route1Gate1F.asm @@ -1,8 +1,8 @@ include "constants.asm" -SECTION "maps/Route1Gate1F.asm", ROMX +SECTION "Route 1 Gate 1F", ROMX[$4061], BANK[$26] -Route1Gate1FScriptLoader: ;4061 +Route1Gate1FScriptLoader:: ;4061 ld hl, Route1Gate1FScriptPointers call RunMapScript call WriteBackMapScriptNumber @@ -17,14 +17,15 @@ Route1Gate1FNPCIDs: ; 406F db $01 db $FF -Route1Gate1FTextPointers: +Route1Gate1FSignPointers: ; 4072 dw MapDefaultText ;no signs +Route1Gate1FTextPointers:: ; 4074 dw Route1Gate1FText1 dw Route1Gate1FText2 Route1Gate1FScript: ; 4078 ld hl, Route1Gate1FNPCIDs - ld de, Route1Gate1FTextPointers + ld de, Route1Gate1FSignPointers call CallMapTextSubroutine ret |
