summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorAntonioND <antonio_nd@outlook.com>2017-03-14 23:16:40 +0000
committerAntonioND <antonio_nd@outlook.com>2017-03-15 00:52:26 +0000
commite28b88f56d666484b994fc9cf28cc5d4cf50c803 (patch)
tree270ad8cc94f3702edda23c0b4f3c445bdba9698c /engine
parenta722f936a9ef21348bc35b7a43efac1da23e04a3 (diff)
Fix floating sections
This is needed so that rgblink doesn't move them around after modifying it's placement algorithm. Signed-off-by: AntonioND <antonio_nd@outlook.com>
Diffstat (limited to 'engine')
-rw-r--r--engine/credits.asm2
-rw-r--r--engine/events.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/credits.asm b/engine/credits.asm
index fad8a615e..601e9cf26 100644
--- a/engine/credits.asm
+++ b/engine/credits.asm
@@ -1,6 +1,6 @@
INCLUDE "includes.asm"
-SECTION "Credits", ROMX, BANK[CREDITS]
+SECTION "Credits", ROMX[$5847], BANK[CREDITS]
const_def
const SATOSHI_TAJIRI
diff --git a/engine/events.asm b/engine/events.asm
index e7598b595..6df3429dc 100644
--- a/engine/events.asm
+++ b/engine/events.asm
@@ -1,6 +1,6 @@
INCLUDE "includes.asm"
-SECTION "Events", ROMX, BANK[EVENTS]
+SECTION "Events", ROMX[$66b0], BANK[EVENTS]
OverworldLoop:: ; 966b0
xor a