mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-25 07:22:04 -05:00
Some checks failed
CI / build (push) Has been cancelled
* Started labelling dumped bank 1 functions, identified movement values * Changed all NPCs to use the new movement constants * Updated the rest of the movement constant instances, removed the old movement_constants.asm * Ready to deal the finishing blow to bank01.asm * Bank 01 is no more. Other scattered changes. * Labelled a few flags and matched a few variables with pokegold * Finished labelling bank02.asm too while I was at it
22 lines
660 B
NASM
22 lines
660 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "data/maps/objects/KantoPokecenter2F.asm", ROMX
|
|
|
|
map_attributes KantoPokecenter2F, KANTO_POKECENTER_2F, 0
|
|
|
|
KantoPokecenter2F_MapEvents::
|
|
dw $4000 ; unknown
|
|
|
|
def_warp_events
|
|
warp_event 0, 7, KANTO_POKECENTER_1F, 3, 57
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SPRITEMOVEFN_TURN_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0
|
|
object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SPRITEMOVEFN_TURN_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0
|
|
object_event 14, 7, SPRITE_FISHING_GURU, SPRITEMOVEFN_TURN_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0
|
|
|
|
KantoPokecenter2F_Blocks::
|
|
INCBIN "maps/KantoPokecenter2F.blk"
|