mirror of
https://github.com/pret/pokered.git
synced 2026-08-01 00:05:19 -05:00
This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
19 lines
462 B
NASM
19 lines
462 B
NASM
object_const_def
|
|
const ROUTE2TRADEHOUSE_SCIENTIST
|
|
const ROUTE2TRADEHOUSE_GAMEBOY_KID
|
|
|
|
Route2TradeHouse_Object:
|
|
db $a ; border block
|
|
|
|
def_warp_events
|
|
warp_event 2, 7, LAST_MAP, 3
|
|
warp_event 3, 7, LAST_MAP, 3
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 2, 4, SPRITE_SCIENTIST, STAY, RIGHT, TEXT_ROUTE2TRADEHOUSE_SCIENTIST
|
|
object_event 4, 1, SPRITE_GAMEBOY_KID, STAY, DOWN, TEXT_ROUTE2TRADEHOUSE_GAMEBOY_KID
|
|
|
|
def_warps_to ROUTE_2_TRADE_HOUSE
|