mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
pushd/popd are bash-only
This commit is contained in:
parent
fcaaf45da5
commit
273324e787
@ -3,13 +3,10 @@ set -e
|
|||||||
|
|
||||||
commit_message=$(git log -1 --pretty=%B)
|
commit_message=$(git log -1 --pretty=%B)
|
||||||
|
|
||||||
mkdir symbols
|
git clone -b symbols https://github.com/pret/pokecrystal symbols
|
||||||
pushd symbols
|
cd symbols
|
||||||
|
|
||||||
git clone -b symbols https://github.com/pret/pokecrystal
|
|
||||||
cp ../*.sym .
|
cp ../*.sym .
|
||||||
git add *.sym
|
git add *.sym
|
||||||
git -c user.name='travis' -c user.email='travis@travis-ci.org' commit -m "$commit_message"
|
git -c user.name='travis' -c user.email='travis@travis-ci.org' commit -m "$commit_message"
|
||||||
git push -f -q https://Rangi42:$GITHUB_API_KEY@github.com/pret/pokecrystal symbols &>/dev/null
|
git push -f -q https://Rangi42:$GITHUB_API_KEY@github.com/pret/pokecrystal symbols &>/dev/null
|
||||||
|
|
||||||
popd
|
|
||||||
|
@ -5415,7 +5415,7 @@ MoveSelectionScreen:
|
|||||||
dec a
|
dec a
|
||||||
jr nz, .interpret_joypad
|
jr nz, .interpret_joypad
|
||||||
hlcoord 11, 14
|
hlcoord 11, 14
|
||||||
ld de, .string_3e61c
|
ld de, .empty_string
|
||||||
call PlaceString
|
call PlaceString
|
||||||
jr .interpret_joypad
|
jr .interpret_joypad
|
||||||
|
|
||||||
@ -5511,7 +5511,7 @@ MoveSelectionScreen:
|
|||||||
call SafeLoadTempTilemapToTilemap
|
call SafeLoadTempTilemapToTilemap
|
||||||
jp MoveSelectionScreen
|
jp MoveSelectionScreen
|
||||||
|
|
||||||
.string_3e61c
|
.empty_string
|
||||||
db "@"
|
db "@"
|
||||||
|
|
||||||
.pressed_up
|
.pressed_up
|
||||||
|
Loading…
Reference in New Issue
Block a user