9 Commits

Author SHA1 Message Date
3096117a5e Update berry_fix/payload/sym_common.txt 2022-11-10 16:41:42 +00:00
6372e6dbc3 Update sym_ewram.txt 2022-10-17 16:41:13 +00:00
fb3fa9c3aa Update sym_ewram.txt 2022-10-17 16:40:28 +00:00
dd45c87797 Update sym_bss.txt 2022-10-17 16:39:17 +00:00
84a8cbb2b5 Update sym_bss.txt 2022-10-17 15:44:18 +00:00
e97363a6a8 Update sym_bss.txt 2022-10-17 15:43:04 +00:00
1425f75ffd Update berry_fix/asm/berry_fix_header.inc 2022-10-14 16:50:22 +00:00
f844e64938 Update graphics/misc/cave_transition_black.pal 2022-10-14 15:41:06 +00:00
c8fd97043b yaml work 2022-10-13 11:43:48 +00:00
8 changed files with 12 additions and 4 deletions

View File

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

View File

@ -17,7 +17,6 @@ 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" ;) - @sh4/@Daisenryaku: you know why. (yes, I'm still using that "clicky clicky `****` frontend" ;)
- @issotm: for running my awful sprite editing attempts through GIMP. - @issotm: for running my awful sprite editing attempts through GIMP.
- @cosarara: for showing me how to use `CTRL`+`Shift`+`F` in VSCodium. - @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: # Cool people who put up with me on Discord/GitHub:
- @Rangi42: sorry for sliding into ur dm's. - @Rangi42: sorry for sliding into ur dm's.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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