diff options
author | AntonioND <antonio_nd@outlook.com> | 2017-03-14 23:16:40 +0000 |
---|---|---|
committer | AntonioND <antonio_nd@outlook.com> | 2017-03-15 00:52:26 +0000 |
commit | e28b88f56d666484b994fc9cf28cc5d4cf50c803 (patch) | |
tree | 270ad8cc94f3702edda23c0b4f3c445bdba9698c /engine/events.asm | |
parent | a722f936a9ef21348bc35b7a43efac1da23e04a3 (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/events.asm')
-rw-r--r-- | engine/events.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |