You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
proper section names and bank constants
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
INCLUDE "includes.asm"
|
||||
|
||||
SECTION "events", ROMX, BANK[$25]
|
||||
|
||||
SECTION "Events", ROMX, BANK[EVENTS]
|
||||
|
||||
Function966b0: ; 966b0
|
||||
xor a
|
||||
|
@@ -1,8 +1,9 @@
|
||||
INCLUDE "includes.asm"
|
||||
|
||||
|
||||
; More overworld event handling.
|
||||
|
||||
SECTION "events2", ROMX, BANK[$25]
|
||||
SECTION "Events 2", ROMX, BANK[EVENTS]
|
||||
|
||||
Function97c28: ; 97c28
|
||||
ld hl, StatusFlags2
|
||||
|
@@ -1,5 +1,7 @@
|
||||
INCLUDE "pokecrystal.asm"
|
||||
INCLUDE "includes.asm"
|
||||
|
||||
SECTION "scripting", ROMX, BANK[$25]
|
||||
|
||||
SECTION "Event Scripting", ROMX, BANK[EVENTS]
|
||||
|
||||
INCLUDE "engine/scripting.asm"
|
||||
|
Reference in New Issue
Block a user