Rangi

Results 208 issues of Rangi

Fixes #1041

enhancement
rgbasm

gcc uses capital `-I` as the short flag for `-include` to list alternative `#include` paths. Currently rgbasm uses lowercase `-i` for `--include`. We don't need to deprecate `-i`, but should...

enhancement
rgbasm

As mentioned in #1003. ``` FOR x, $8000_0000, $6000_0000, $4000_0000 PRINTLN x ENDR PRINTLN x ``` This prints `$80000000` and then `$C0000000`. ``` FOR x, $80000000, $70000000, $44000000 PRINTLN x...

bug
docs
rgbasm

This should match the in-game American English spelling of "theater".

renaming

![image](https://user-images.githubusercontent.com/35663410/192131076-903884a4-00cf-4622-95c7-fea9954bb8bb.png)

enhancement

Saved tileset `johto_modern.johto_common.png` and `azalea` roof. ![johto_modern johto_common](https://user-images.githubusercontent.com/35663410/185497594-320072ca-d5aa-43bc-9961-da273dbf81e2.png) .

bug

```asm IsMonShiny: ld h, d ld l, e ld a, [hli] or %1101_0000 inc a jr nz, .notShiny ld a, [hl] cp %1010_1010 jr nz, .notShiny or 1 ret .notShiny...

- [ ] The message "Cycling is fun! Forget Surfing!" does not appear, unlike using Surf from the party menu. - [ ] You can't walk away until you press...

This line in FEATURES.md doesn't correspond to what is in data/prizes.asm: > `Mr. Mime: Game Corner prize (like G/S)` Right now Mr. Mime is only available through a trade.

Most of these quirks should remain as-is, particularly the battle engine ones, but others might be worth fixing. - https://github.com/pret/pokered/wiki/Bugs-and-Glitches - https://tcrf.net/Bugs:Pok%C3%A9mon_Red_and_Blue - https://archives.glitchcity.info/forums/board-107/thread-7682/page-0.html - https://glitchcity.wiki/List_of_natural_glitches_in_Generation_I - https://bulbapedia.bulbagarden.net/wiki/List_of_glitches_(Generation_I)