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
4d72b06bcc
pokecrystal
/
pokecrystal.asm
6 lines
99 B
NASM
Raw
Normal View
History
Unescape
Escape
Add code for the Extremespeed Dratini.
2012-03-21 04:23:40 +00:00
INCLUDE
"wram.asm"
Add wild Pokémon data.
2012-03-05 04:33:27 +00:00
INCLUDE
"constants.asm"
Add constants for hardware registers
2013-02-20 05:05:07 +00:00
INCLUDE
"gbhw.asm"
Flesh out HRAM labels
2013-03-21 02:55:09 +00:00
INCLUDE
"hram.asm"
initial commit
2012-03-05 03:31:27 +00:00
INCLUDE
"main.tx"