2 Commits

Author SHA1 Message Date
7866e3c17a Start by removing badge requirements for HM moves. 2022-10-12 13:23:33 +00:00
885e74c81b stuff 2022-10-12 13:05:24 +00:00
8 changed files with 4 additions and 12 deletions

View File

@ -3,6 +3,6 @@
# and commit this file to your remote git repository to share the goodness with others.
tasks:
- init: make clean && sudo apt install binutils-arm-none-eabi -y && git submodule update --remote && cd agbcc && ./build.sh && ./install.sh ../ && cd ..
- init: make clean && sudo apt install binutils-arm-none-eabi -y && git submodule update --remote && cd agbcc && ./build.sh && ./install.sh ../

View File

@ -17,6 +17,7 @@ These people have built or compiled TumbledEmerald releases in a pinch, lending
- @sh4/@Daisenryaku: you know why. (yes, I'm still using that "clicky clicky `****` frontend" ;)
- @issotm: for running my awful sprite editing attempts through GIMP.
- @cosarara: for showing me how to use `CTRL`+`Shift`+`F` in VSCodium.
- @pokechu22: for dealing with my GNU hatred. (no luck with clang and CMake yet, but I'm working on it!)
# Cool people who put up with me on Discord/GitHub:
- @Rangi42: sorry for sliding into ur dm's.

View File

@ -33,6 +33,3 @@ BerryFixMBHeaderChecksum:
BerryFixMBHeaderReserved2:
.space 2
BerryFixMbPowerup1
.space 2

View File

@ -26,6 +26,4 @@ gCurSaveChunk:
gFlashIdentIsValid: @ 0x0300123C
.space 0x4
gFlashIdentIsValid: @ 4.11333333333
.include "agb_flash.o"

View File

@ -1,7 +1,6 @@
@ Interact with cuttable tree
EventScript_CutTree::
lockall
goto_if_unset FLAG_BADGE01_GET, EventScript_CheckTreeCantCut
checkpartymove MOVE_CUT
goto_if_eq VAR_RESULT, PARTY_SIZE, EventScript_CheckTreeCantCut
setfieldeffectargument 0, VAR_RESULT
@ -54,7 +53,6 @@ Text_CantCut:
@ Interact with smashable rock
EventScript_RockSmash::
lockall
goto_if_unset FLAG_BADGE03_GET, EventScript_CantSmashRock
checkpartymove MOVE_ROCK_SMASH
goto_if_eq VAR_RESULT, PARTY_SIZE, EventScript_CantSmashRock
setfieldeffectargument 0, VAR_RESULT
@ -111,7 +109,6 @@ Text_CantSmash:
EventScript_StrengthBoulder::
lockall
goto_if_unset FLAG_BADGE04_GET, EventScript_CantStrength
goto_if_set FLAG_SYS_USE_STRENGTH, EventScript_CheckActivatedBoulder
checkpartymove MOVE_STRENGTH
goto_if_eq VAR_RESULT, PARTY_SIZE, EventScript_CantStrength

View File

@ -16,3 +16,4 @@ JASC-PAL
0 0 0
0 0 0
0 0 0
0 0 0

View File

@ -60,4 +60,3 @@
.include "*libgcc.a:dp-bit.o"
.include "*libgcc.a:fp-bit.o"
.include "*libc.a:syscalls.o"
.include "src/m5a_2.o"

View File

@ -148,4 +148,3 @@
.include "src/faraway_island.o"
.include "src/trainer_hill.o"
.include "src/rayquaza_scene.o"
.include "src/berry_hill.o"