This website requires JavaScript.
Explore
Help
Sign In
pokehacks
/
pokecrystal-board
Watch
0
Star
0
Fork
0
You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced
2024-09-09 09:51:34 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c564e11fa8
pokecrystal-board
/
data
/
maps
/
scenes.asm
9 lines
81 B
NASM
Raw
Normal View
History
Unescape
Escape
RGBDS syntax updates (#905) New MACRO and DEF syntax
2022-06-06 14:25:42 -07:00
MACRO
scene_var
scene_def → scene_var (for "variable", like loadvar, copybytetovar, etc)
2018-02-03 13:20:19 -08:00
; map, variable
map → map_id; map_def → map; map_data → map_attributes
2018-02-03 13:58:49 -08:00
map_id
\
1
Renaming: (fix #412) - MapTriggers / maptrigger → SceneScripts / scene_script - XYTriggers / xy_trigger → CoordEvents / coord_event - Signposts / signpost → BGEvents / bg_event - PersonEvents / person_event → ObjectEvents / object_event
2017-12-24 10:46:34 -08:00
dw
\
2
ENDM
Remove all address comments
2018-06-24 07:09:41 -07:00
MapScenes:
:
Define constants for map event sizes
2019-03-03 11:19:16 -08:00
db
-
1
; end
Reference in New Issue
Copy Permalink