mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
This commit is contained in:
commit
4800861b6f
17
README.md
17
README.md
@ -9,8 +9,23 @@ It builds the following roms:
|
|||||||
|
|
||||||
To set up the repository, see [INSTALL.md](INSTALL.md).
|
To set up the repository, see [INSTALL.md](INSTALL.md).
|
||||||
|
|
||||||
### irc: [freenode#pret][irc]
|
## See also
|
||||||
|
* Disassembly of [**Pokémon Red/Blue**][pokered]
|
||||||
|
* Disassembly of [**Pokémon Yellow**][pokeyellow]
|
||||||
|
* Disassembly of [**Pokémon Pinball**][pokepinball]
|
||||||
|
* Disassembly of [**Pokémon TCG**][poketcg]
|
||||||
|
* Disassembly of [**Pokémon Ruby**][pokeruby]
|
||||||
|
* Disassembly of [**Pokémon Emerald**][pokeemerald]
|
||||||
|
* Discord: [**pret**][Discord]
|
||||||
|
* irc: [freenode#pret][irc]
|
||||||
|
|
||||||
|
[pokered]: https://github.com/pret/pokered
|
||||||
|
[pokeyellow]: https://github.com/pret/pokeyellow
|
||||||
|
[pokepinball]: https://github.com/pret/pokepinball
|
||||||
|
[poketcg]: https://github.com/pret/poketcg
|
||||||
|
[pokeruby]: https://github.com/pret/pokeruby
|
||||||
|
[pokeemerald]: https://github.com/pret/pokeemerald
|
||||||
|
[Discord]: https://discord.gg/cJxDDVP
|
||||||
[irc]: https://kiwiirc.com/client/irc.freenode.net/?#pret
|
[irc]: https://kiwiirc.com/client/irc.freenode.net/?#pret
|
||||||
[travis]: https://travis-ci.org/pret/pokecrystal
|
[travis]: https://travis-ci.org/pret/pokecrystal
|
||||||
[travis-badge]: https://travis-ci.org/pret/pokecrystal.svg?branch=master
|
[travis-badge]: https://travis-ci.org/pret/pokecrystal.svg?branch=master
|
||||||
|
4
wram.asm
4
wram.asm
@ -379,9 +379,7 @@ wEnemyTrainerItem1:: ds 1 ; c650
|
|||||||
wEnemyTrainerItem2:: ds 1 ; c651
|
wEnemyTrainerItem2:: ds 1 ; c651
|
||||||
wEnemyTrainerBaseReward:: ds 1 ; c652
|
wEnemyTrainerBaseReward:: ds 1 ; c652
|
||||||
wEnemyTrainerAIFlags:: ds 3 ; c653
|
wEnemyTrainerAIFlags:: ds 3 ; c653
|
||||||
OTClassName:: ds NAME_LENGTH ; c656
|
OTClassName:: ds TRAINER_CLASS_NAME_LENGTH ; c656
|
||||||
|
|
||||||
ds 2
|
|
||||||
|
|
||||||
CurOTMon:: ; c663
|
CurOTMon:: ; c663
|
||||||
ds 1
|
ds 1
|
||||||
|
Loading…
Reference in New Issue
Block a user