summaryrefslogtreecommitdiff
path: root/maps/Route2Gate1F.asm
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-07-22 09:20:33 -0400
committerGitHub <noreply@github.com>2018-07-22 09:20:33 -0400
commita586811e197d2a28d3a08dff03548fb69342da96 (patch)
treed5eec033243b0031afd3a82d47bbe1b7779d1675 /maps/Route2Gate1F.asm
parent5ec276e7c77244befe0b6c9931cda191aa3818b6 (diff)
parent5b4ef99f4bfec7a1cf41cd3eab601d355bb0fadf (diff)
Merge pull request #38 from luckytyphlosion/section-reorg
Add linkerscript to replace completely anonymous sections.
Diffstat (limited to 'maps/Route2Gate1F.asm')
-rw-r--r--maps/Route2Gate1F.asm21
1 files changed, 21 insertions, 0 deletions
diff --git a/maps/Route2Gate1F.asm b/maps/Route2Gate1F.asm
new file mode 100644
index 0000000..8436610
--- /dev/null
+++ b/maps/Route2Gate1F.asm
@@ -0,0 +1,21 @@
+INCLUDE "constants.asm"
+
+SECTION "maps/Route2Gate1F.asm", ROMX
+
+Route2Gate1FScriptLoader:: ; 94061 (25:4061)
+ ret
+
+Route2Gate1FTextPointers:: ; 94062 (25:4062)
+ dw MapDefaultText
+ dw MapDefaultText
+ dw MapDefaultText
+ dw MapDefaultText
+ dw MapDefaultText
+ dw MapDefaultText
+ dw MapDefaultText
+ dw MapDefaultText
+ dw MapDefaultText
+ dw MapDefaultText
+ dw MapDefaultText
+ dw MapDefaultText
+ dw MapDefaultText \ No newline at end of file