Decompilation of Pokémon FireRed/LeafGreen
Go to file
SnorlaxMonster 0d063af23f Rename HITMARKER_IGNORE_SAFEGUARD
Rename HITMARKER_IGNORE_SAFEGUARD to HITMARKER_STATUS_ABILITY_EFFECT.
This flag is used exclusively by status-inflicting Abilities,
and has 3 main functions:
- Whether the effect bypasses Shield Dust
- Whether the effect bypasses Safeguard
- Which text string to display when the status condition is inflicted
   (i.e. whether it was inflicted by a move or Ability)

I believe this new name better represents what the flag actually does.
This name was structured to parallel HITMARKER_SYNCHRONISE_EFFECT.
2023-11-10 18:21:56 +11:00
.github Retire OK bot 2023-08-31 11:15:29 -04:00
asm Sync pokemon.c 2023-03-06 15:23:11 -05:00
common_syms Quest log doc cleanup 2023-08-18 15:40:57 -04:00
constants Sync m4a_1.s 2022-12-09 10:03:32 -05:00
data Fix misspelling: TRAINER_RIVAL_POKENON_TOWER -> TRAINER_RIVAL_POKEMON_TOWER 2023-09-10 21:16:06 -04:00
docs Fix two stale references to emerald in legacy_WSL1_INSTALL.md 2022-03-14 08:49:14 -04:00
graphics Merge branch 'master' of https://github.com/pret/pokefirered into doc-ql 2023-08-18 11:26:22 -04:00
include Rename HITMARKER_IGNORE_SAFEGUARD 2023-11-10 18:21:56 +11:00
sound Sync m4a_1.s 2022-12-09 10:03:32 -05:00
src Rename HITMARKER_IGNORE_SAFEGUARD 2023-11-10 18:21:56 +11:00
tools Merge pull request #621 from Gamr13/master 2023-05-19 13:11:20 -04:00
.gitattributes Add missing text files to .gitattributes. 2020-06-13 13:40:49 -04:00
.gitignore Remove unnecessary linker script preprocessing 2023-05-22 07:53:28 +01:00
asmdiff.sh Start implementing LG and 1.1 2019-12-18 16:43:24 -05:00
build_tools.sh Fix building and update build instructions 2019-06-21 20:47:44 -04:00
charmap.txt Sync some charmap characters with pokeemerald 2023-05-03 14:22:01 -04:00
compare.sh Get rid of manual sym defines in sym_ewram.txt and ld_script_modern.txt 2020-07-04 18:14:40 -04:00
config.mk Start implementing LG and 1.1 2019-12-18 16:43:24 -05:00
firered_rev1.sha1 Start implementing LG and 1.1 2019-12-18 16:43:24 -05:00
firered.sha1 Start implementing LG and 1.1 2019-12-18 16:43:24 -05:00
graphics_file_rules.mk Document more of src/graphics.c 2023-03-13 23:09:19 +08:00
INSTALL.md Sync INSTALL 2023-07-06 12:05:22 -04:00
json_data_rules.mk use json for region map sections 2022-04-21 20:21:58 -04:00
ld_script_modern.ld Remove unnecessary linker script preprocessing 2023-05-22 07:53:28 +01:00
ld_script.ld Sync fix for EWRAM_DATA wildcard 2023-06-07 11:09:43 -04:00
leafgreen_rev1.sha1 Start implementing LG and 1.1 2019-12-18 16:43:24 -05:00
leafgreen.sha1 Start implementing LG and 1.1 2019-12-18 16:43:24 -05:00
Makefile Remove unnecessary linker script preprocessing 2023-05-22 07:53:28 +01:00
map_data_rules.mk clean some code in the map dump 2019-05-14 10:11:23 -04:00
README.md Replaced decomp list with pret.github.io link 2023-08-30 18:34:44 -04:00
replace.sh Get rid of manual sym defines in sym_ewram.txt and ld_script_modern.txt 2020-07-04 18:14:40 -04:00
songs.mk Give songs meaningful english names 2020-08-29 03:11:03 -04:00
spritesheet_rules.mk Format town map sprite 2022-08-17 09:25:32 -04:00
sym_bss.txt Sync m4a_1.s 2022-12-09 10:03:32 -05:00
sym_common.txt Sync mystery gift menu, ereader screen 2022-11-21 23:30:47 -05:00
sym_ewram.txt Sync mevent file names 2022-11-19 18:39:26 -05:00
tileset_rules.mk Set unused tiles to transparent, document adjacent files 2022-10-10 09:20:16 -04:00

Pokémon FireRed and LeafGreen

Build Status

This is a disassembly of Pokémon FireRed and LeafGreen.

It builds the following ROMs:

To set up the repository, see INSTALL.md.

For contacts and other pret projects, see pret.github.io.