pret / pokecrystal

Disassembly of Pokémon Crystal
https://pret.github.io/pokecrystal/
2.07k stars 784 forks source link

Rename `macros/wram.asm` to `macros/ram.asm` #1001

Closed vulcandth closed 2 years ago

vulcandth commented 2 years ago

The macros in macros/wram.asm are, and will be used, in other ram locations.

Idain commented 2 years ago

In which locations are they being used?

vulcandth commented 2 years ago

In which locations are they being used?

@Idain The following MACRO's are used elsewhere (there may be more) box is used in ram/sram.asm mailmsg is used in ram/wram.asm & ram/sram.asm hall_of_fame is used in ram/wram.asm & ram/sram.asm

And there will be plans to add more with the identification of the mobile code.

Idain commented 2 years ago

Interesting. I support the name change!