File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 66* .asm text
77
88# Denote all files that are truly binary and should not be modified.
9+ * .bin binary
910* .png binary
1011* .2bpp binary
1112* .1bpp binary
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ pokeyellow.gbc: RGBLINKFLAGS += -p 0x00
130130pokeyellow_debug.gbc : RGBLINKFLAGS += -p 0xff
131131pokeyellow_vc.gbc : RGBLINKFLAGS += -p 0x00
132132
133- RGBFIXFLAGS += -cjsv -k 01 -l 0x33 -m MBC5+RAM+BATTERY -p 0 - r 03 -t "POKEMON YELLOW"
133+ RGBFIXFLAGS += -cjsv -k 01 -l 0x33 -m MBC5+RAM+BATTERY -r 03 -t "POKEMON YELLOW"
134134pokeyellow.gbc : RGBFIXFLAGS += -p 0x00
135135pokeyellow_debug.gbc : RGBFIXFLAGS += -p 0xff
136136pokeyellow_vc.gbc : RGBFIXFLAGS += -p 0x00
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ VictoryRoad3FDefaultScript:
3838 cp $ 1
3939 jr nz , .handle_hole
4040 ldh a , [ hSpriteIndex ]
41- cp $ f ; Pikachu
41+ cp PIKACHU_SPRITE_INDEX
4242 jp z , .check_switch_hole
4343 ld hl , wCurrentMapScriptFlags
4444 set BIT_CUR_MAP_LOADED_1 , [ hl ]
You can’t perform that action at this time.
0 commit comments