diff options
| author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-08 18:00:32 -0400 |
|---|---|---|
| committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-08 18:00:32 -0400 |
| commit | 5a6620021ac2d7ea78c0ec45291cf8a169567206 (patch) | |
| tree | 8d87aaac5c9268cb76582800c560d42368825784 /maps/PlayerHouse2F.asm | |
| parent | ca09233c9eca4c6b9b0ccfba436dcd7e3b3e669c (diff) | |
Add maps to linkerscript
Diffstat (limited to 'maps/PlayerHouse2F.asm')
| -rw-r--r-- | maps/PlayerHouse2F.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/PlayerHouse2F.asm b/maps/PlayerHouse2F.asm index f2be5e1..e902d84 100644 --- a/maps/PlayerHouse2F.asm +++ b/maps/PlayerHouse2F.asm @@ -1,6 +1,6 @@ include "constants.asm" -SECTION "Player's House 2F", ROMX[$418B], BANK[$34] +SECTION "maps/PlayerHouse2F.asm", ROMX PlayerHouse2FScriptLoader:: ; 418B ld hl, PlayerHouse2FScriptPointers |
