pokered/scripts, branch multilang Pokémon Red and Blue Migrate language-dependent files to a subdirectory. 2018-06-02T09:58:54+00:00 IIMarckus iimarckus@gmail.com 2018-06-02T09:58:54+00:00 5e32a29c2e25641c17d794d8e321904cdf7de950

Add space between arguments in assembly instructions and remove redundant a in instructions like add a, x 2017-12-30T00:54:27+00:00 xCrystal rgr.crystal@gmail.com 2017-12-30T00:54:27+00:00 237aeb8fbdb204948d611830565d4a00c6b0ab70

Remove duplicate OaksLabText labels 2017-04-02T20:32:21+00:00 Matthew Glazar strager.nds@gmail.com 2017-04-02T20:27:47+00:00 d51dcc263e487d4846cbe989c53c45bc0478b483 For unknown reasons, the text pointer list for Oak's Lab is duplicated. This is currently implemented by treating the two text pointer lists as one large list. This leads to duplicate labels and some confusing logic. Refactor the code to treat the two text pointer lists separately. This lets us remove several labels. It also makes the code which sets the text pointer list self-documenting.
For unknown reasons, the text pointer list for Oak's Lab is
duplicated. This is currently implemented by treating the
two text pointer lists as one large list. This leads to
duplicate labels and some confusing logic.

Refactor the code to treat the two text pointer lists
separately. This lets us remove several labels. It also
makes the code which sets the text pointer list
self-documenting.
use more HRAM constants 2016-10-29T17:32:03+00:00 YamaArashi shadow962@live.com 2016-10-29T17:32:03+00:00 77c3e22a4ecd3dc81918f00c548cef7c634f3419

Redo audio header macro 2016-07-28T03:08:13+00:00 dannye corrnondacqb@yahoo.com 2016-07-28T03:08:13+00:00 5207a14af34f9b84a9e40cc1d4988a0858a4a4e6

Clean up redundant labels 2016-07-20T05:40:04+00:00 dannye corrnondacqb@yahoo.com 2016-07-20T05:40:04+00:00 70dde9d96b0e3025c72ae29783e94c56fa5cbe1c fix trainer header numbering
fix trainer header numbering
Clean up text commands 2016-07-18T06:17:03+00:00 dannye corrnondacqb@yahoo.com 2016-07-18T06:17:03+00:00 80bae03975a84dadf080c79f52216866dd410cf8

Remove the last address comments 2016-06-12T07:19:44+00:00 dannye corrnondacqb@yahoo.com 2016-06-12T07:19:19+00:00 a51037eeeedb03e29d8675626018cf02750882fa except for wram.asm and sram.asm also delete unused yellow file
except for wram.asm and sram.asm
also delete unused yellow file
Remove some leftover address comments 2016-06-12T06:42:19+00:00 dannye corrnondacqb@yahoo.com 2016-06-12T06:42:19+00:00 48e0125bd68054f81e97a5eec14f145dc3c921d7

remove address comments 2016-06-12T00:24:04+00:00 YamaArashi shadow962@live.com 2016-06-12T00:24:04+00:00 7f34e28f242ee4d0caba0bd96b040811dcb86c50