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
cf359b09fc
pokecrystal-board
/
pokecrystal.asm
6 lines
85 B
NASM
Raw
Normal View
History
Unescape
Escape
include globals.asm in pokecrystal.asm
2013-09-11 17:28:31 -07:00
INCLUDE
"globals.asm"
Add wild Pokémon data.
2012-03-04 20:33:27 -08:00
INCLUDE
"constants.asm"
move wram constants into constants.asm; make all labels use :s any global constants will have to be separate from any one object there might be a better way to fix this, like pulling constants in preprocessor.py
2013-09-11 16:20:40 -07:00
INCLUDE
"wram.asm"
move gbhw.asm and hram.asm to constants.asm they're constants, so they have no business in pokecrystal.asm
2013-09-09 23:16:15 -07:00
INCLUDE
"main.asm"
Reference in New Issue
Copy Permalink