luckytyphlosion

Results 22 issues of luckytyphlosion

Two examples - The constant values for sound effects and music are defined independently in charmap.txt and include/constants/songs.h, so for example, changing the value of `SE_RAIN` in songs.h, or possibly...

## Description The prefix chosen was `$` since it's a valid gnu assembler name character and isn't used by other directives. `.` would have been preferable but it would require...

Currently, mapjson allows empty string fields, which is not a meaningful definition. If a field expects a string and is specified with an empty string, then the output `*.inc` file...

If -g is enabled where the C files are compiled, the resulting elf will have source file lines added (example added below). ` @$(PREPROC) $(C_BUILDDIR)/$*.i charmap.txt | $(CC1) $(CFLAGS) -g...

These are just a list of issues I have noticed while working on the pokeruby-hackathon. This list is incomplete. - TV_PutNameRaterShowOnTheAirIfNicnkameChanged is incorrectly named. (Nicnkame) - sub_8080E70 is actually just...

Right now many of these are raw numbers, but are required to be unique.

1. ELF is not correctly padded to a proper ROM size which no$gba does not like. 2. gbafix is not applied to the ELF file.

![image](https://github.com/pret/pokeemerald/assets/10688458/e2459b08-c4dc-4c88-a8f6-b3e8d4ae9e23) ![image](https://github.com/pret/pokeemerald/assets/10688458/371310c4-6290-47c1-a3c1-2f089b703cbd)

# Script/Bytecode styling Probably don't need to explain what scripts are (e.g. trainer AI scripts, battle scripts, event scripts (if they're even called that in Gen 4)). Shorthand for options...

Style guide for reference: [Link](https://docs.google.com/document/d/17D62q1v4dcBmet8T8uYoTAP_0IdGTci0-3p0fPcf-a8/edit) # Consensus deciding - [ ] #212 - [ ] #213 - [ ] #214 - [x] #217 - [x] #218 - [x] #219 -...

PINNED