Eduardo Quezada
3de428c60a
More
2025-01-14 16:26:12 -03:00
Eduardo Quezada
c2ada5c8a1
Some updates
2025-01-13 15:44:07 -03:00
Eduardo Quezada
70bad62f9b
Merge remote-tracking branch '_pret_origin/master' into multilanguage/sync
...
# Conflicts:
# Makefile
# data/maps/BattleFrontier_BattleTowerLobby/scripts.inc
# data/maps/OldaleTown/scripts.inc
# data/maps/Route110_TrickHousePuzzle7/scripts.inc
# data/maps/Route110_TrickHousePuzzle8/scripts.inc
# data/scripts/roulette.inc
# data/tilesets/graphics.inc
# data/tilesets/metatiles.inc
# graphics/trainer_card/0star_fr.pal
# graphics/trainer_card/four_stars_fr.pal
# graphics/trainer_card/frlg/0star.pal
# graphics/trainer_card/frlg/blue.pal
# graphics/trainer_card/frlg/bronze.pal
# graphics/trainer_card/frlg/card.png
# graphics/trainer_card/frlg/four_stars.pal
# graphics/trainer_card/frlg/gold.pal
# graphics/trainer_card/frlg/green.pal
# graphics/trainer_card/frlg/one_star.pal
# graphics/trainer_card/frlg/silver.pal
# graphics/trainer_card/frlg/three_stars.pal
# graphics/trainer_card/frlg/two_stars.pal
# graphics/trainer_card/one_star_fr.pal
# graphics/trainer_card/three_stars_fr.pal
# graphics/trainer_card/two_stars_fr.pal
# src/battle_message.c
# src/battle_tent.c
# src/berry_blender.c
# src/berry_tag_screen.c
# src/data/bard_music/length_table.h
# src/data/credits.h
# src/data/items.h
# src/data/pokemon/pokedex_orders.h
# src/data/region_map/region_map_entries.h
# src/easy_chat.c
# src/field_region_map.c
# src/graphics.c
# src/item.c
# src/item_menu.c
# src/menu_specialized.c
# src/pokedex.c
# src/pokedex_cry_screen.c
# src/pokemon_jump.c
# src/pokenav_conditions_search_results.c
# src/pokenav_match_call_gfx.c
# src/pokenav_ribbons_list.c
# src/shop.c
# src/trade.c
# src/trainer_card.c
# src/wireless_communication_status_screen.c
2024-07-05 18:38:49 -04:00
Eduardo Quezada
23e0fec9ad
Initial Spanish (can't compile yet)
2024-07-01 23:07:26 -04:00
sbird
584bfe0221
[debug] add support for mgba printf
...
* adds support for mgba printf debugging as well as adding support for switching between debugging configuration
* adds `mini_printf` as an alternative to libc printf as well as switches to choose a pretty printing handler
* adds a pretty printing format to `mini_printf` to print preproc encoded strings
2022-09-06 13:40:31 +02:00
Eduardo Quezada
27f2b85efe
Incorporated Italian changes, enough to compile (still needs to sync a couple of them)
2022-08-12 00:28:16 -04:00
Eduardo Quezada
860df0bd97
Merge remote-tracking branch 'pret/master' into pret_french
...
# Conflicts:
# ld_script.txt
# src/battle_controller_player.c
# src/battle_main.c
# src/battle_script_commands.c
# src/evolution_scene.c
# src/field_specials.c
# src/pokedex.c
# src/union_room.c
2022-08-08 11:22:44 -04:00
DizzyEggg
c991131b75
Change language stuff based on the french decomp
2022-08-04 11:53:16 +02:00
Eduardo Quezada
1b30bccb47
(56/654)
2022-08-02 12:18:17 -04:00
Eduardo Quezada
18cdd708b5
(56/654) Berry fix gba file + finalizing format for inc files
2022-08-02 11:05:56 -04:00
Eduardo Quezada
4e137fb43c
(55/654) src/battle_message.c and adjustments to Makefile
2022-08-02 10:01:19 -04:00
Eduardo Quezada
b2160d50bb
37/654
2022-08-01 23:35:34 -04:00
Eduardo Quezada
bec4127e20
Added missing makefile changes
2022-08-01 17:41:25 -04:00
GriffinR
f7a729df30
BUGFIX implies UBFIX
2020-12-13 16:16:48 -05:00
GriffinR
81d95b9325
Use BUGFIX for some inline fixes
2020-12-12 23:30:51 -05:00
Michael Panzlaff
3264cf697f
fix aggressive loop optimizations
...
Previously, aggressive loop optimizations with a new compiler were not
possible due to undefined behaviour at end of arrays.
A macro "UBFIX" is added to allow ifdefs for fixes which resolve
undefined behavior. For example newer GCC versions will detect various
bugs in the original game code and will otherwise not compile with -Werror.
2020-07-05 18:09:59 +02:00
ProjectRevoTPP
0bf530da12
nocashgba printf
2018-01-08 22:03:07 -05:00
ProjectRevoTPP
d98c14444a
NDEBUG which is supposed to be NDEBUG...
2018-01-07 23:46:35 -05:00
ProjectRevoTPP
10ddfac7ab
consistency
2018-01-06 22:00:08 -05:00
ProjectRevoTPP
7be61cfb1a
add assert support to pokeemerald.
2018-01-06 21:12:42 -05:00
DizzyEggg
44dbf4dea0
port pokemon size record
2017-09-08 22:23:14 +02:00