pokeemerald/asm
Tustin2121 f4d4424618 Folded nops into hidemoneybox and updatemoneybox
The nops are essential to the hidemoneybox and updatemoneybox commands when using vanilla versions of those commands. Even though they're not actually used parameters in the command implementation, they are still consumed, which means if someone were to get rid of the nops (as I did in TriHard) it causes the commands to consume bytecode that are not theirs, resulting in undefined behavior usually leading to softlocks. Folding the extra bytes into the macros means there's no chance of the extra bytes getting losts in scripts.
2019-08-17 13:25:36 -04:00
..
macros Folded nops into hidemoneybox and updatemoneybox 2019-08-17 13:25:36 -04:00
berry_crush.s Merge branch 'master' into pokenav_unk_2 2019-08-04 15:35:35 -04:00
crt0.s move pokeball data to rom 2017-12-02 21:27:00 +01:00
libagbsyscall.s make VBlankIntr() match 2017-02-17 10:52:03 -08:00
libgcnmultiboot.s .s -> .inc 2016-11-01 08:29:13 -07:00
librfu_intr.s Decompile up to ARM functions in librfu, split ARM interrupt functions into their own .s 2017-09-12 20:11:51 -06:00
librfu.s Reformat asm/librfu.s to clarify what is being accessed in pc-relative loads 2017-12-07 00:29:58 -05:00
m4a_1.s Move m4a BSS syms to m4a_1.s 2019-04-04 19:26:45 -05:00
macros.inc Extract door animations 2018-01-07 01:29:26 -06:00
rom_header.inc Use gbafix to generate header and checksum 2018-08-29 16:34:59 -05:00