This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
pokecrystal
mirror of
https://github.com/pret/pokecrystal.git
Watch
1
Star
1
Fork
You've already forked pokecrystal
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7fba45f668
pokecrystal
/
pokecrystal.asm
4 lines
62 B
NASM
Raw
Normal View
History
Unescape
Escape
Add wild Pokémon data.
2012-03-05 04:33:27 +00: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 23:20:40 +00: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-10 06:16:15 +00:00
INCLUDE
"main.asm"