You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Use MAX_NEUTRAL_DAMAGE in BattleCommand_DamageCalc
Also make .gitignore consistent with pokered
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -13,7 +13,7 @@
|
||||
*.gbc
|
||||
*.gb
|
||||
|
||||
# for any of the poor souls with save game files in their working directory
|
||||
# save game files
|
||||
*.sgm
|
||||
*.sav
|
||||
*.rtc
|
||||
@@ -32,14 +32,15 @@ pokecrystal.txt
|
||||
# used_space.py
|
||||
used_space.png
|
||||
|
||||
# for vim configuration
|
||||
# url: http://www.vim.org/scripts/script.php?script_id=441
|
||||
# vim configuration
|
||||
# http://www.vim.org/scripts/script.php?script_id=441
|
||||
.lvimrc
|
||||
# swap files for vim
|
||||
|
||||
# swap files for vim and gedit
|
||||
.*.swp
|
||||
# swap files for gedit
|
||||
*~
|
||||
# osx files
|
||||
|
||||
# macos files
|
||||
.DS_STORE
|
||||
|
||||
# compiled graphics
|
||||
|
Reference in New Issue
Block a user